#982500

Color #982500 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #982500

Tints of Falu Red #982500

Color information

#982500 (or 0x982500) is unknown color: approx Falu Red. HEX triplet: 98, 25 and 00. RGB value is (152,37,0). Sum of RGB (Red+Green+Blue) = 152+37+0=189 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80.42% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 152 - color contains mainly: red. Hex color #982500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982500 is #67DAFF. Grayscale: #434343. Windows color (decimal): -6806272 or 9624. OLE color: 9624.

HSL color Cylindrical-coordinate representation of color #982500: hue angle of 14.61º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #982500 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB152370-
CMYK00.7610.40
HSL14.61º100%29.8%-
HSV(B)14.61º100%59.61%-
XYZ13.6180.83-
YUV67.1790.1188.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 80.42%
GREEN value IS 37 (14.84% from 255) = 19.58%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.42%
G=19.58%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15237000.7610.4014.6110029.8
Hex9825004C6428f641e
Octal2304500114144501714436
Binary1001100010010100100110011001001010001111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982500; }

 p { color: rgb(152,37,0); }

 H1.HeaderClassName
 {
   color: #982500;
 }
 .AnyTagClassName
 {
   color: #982500;
 }
</style>
background-color css

<style>
 a { background-color: #982500; }

 a { background-color: rgb(152,37,0); }

 div.DivClassName
 {
   background-color: #982500;
 }
 .BgClassName
 {
   background-color: #982500;
 }
</style>
border-color css

<style>
 span { border-color: #982500; }

 span { border-color: rgb(152,37,0); }

 td.TdClassName
 {
   border-color: #982500;
 }
 .TagClassName
 {
   border-color: #982500;
 }
</style>