#981904

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

Shades of Dark Red #981904

Tints of Dark Red #981904

Color information

#981904 (or 0x981904) is unknown color: approx Dark Red. HEX triplet: 98, 19 and 04. RGB value is (152,25,4). Sum of RGB (Red+Green+Blue) = 152+25+4=181 (23% of max value = 765). Red value is 152 (59.77% from 255 or 83.98% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 152 - color contains mainly: red. Hex color #981904 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981904 is #67E6FB. Grayscale: #3C3C3C. Windows color (decimal): -6809340 or 268696. OLE color: 268696.

HSL color Cylindrical-coordinate representation of color #981904: hue angle of 8.51º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #981904 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB152254-
CMYK00.840.970.40
HSL8.51º94.87%30.59%-
HSV(B)8.51º97.37%59.61%-
XYZ13.327.380.84-
YUV60.5896.08193.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 83.98%
GREEN value IS 25 (10.16% from 255) = 13.81%
BLUE value IS 4 (1.95% from 255) = 2.21%
R=83.98%
G=13.81%
B=2.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15225400.840.970.408.5194.8730.59
Hex98194054612895f1f
Octal2303140124141501113737
Binary10011000110011000101010011000011010001001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981904; }

 p { color: rgb(152,25,4); }

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

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

 a { background-color: rgb(152,25,4); }

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

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

 span { border-color: rgb(152,25,4); }

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