#981808

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

Shades of Dark Red #981808

Tints of Dark Red #981808

Color information

#981808 (or 0x981808) is unknown color: approx Dark Red. HEX triplet: 98, 18 and 08. RGB value is (152,24,8). Sum of RGB (Red+Green+Blue) = 152+24+8=184 (24% of max value = 765). Red value is 152 (59.77% from 255 or 82.61% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 152 - color contains mainly: red. Hex color #981808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981808 is #67E7F7. Grayscale: #3C3C3C. Windows color (decimal): -6809592 or 530584. OLE color: 530584.

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

Color convert

RGB152248-
CMYK00.840.950.40
HSL6.67º90%31.37%-
HSV(B)6.67º94.74%59.61%-
XYZ13.327.350.95-
YUV60.4598.41193.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 82.61%
GREEN value IS 24 (9.77% from 255) = 13.04%
BLUE value IS 8 (3.52% from 255) = 4.35%
R=82.61%
G=13.04%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15224800.840.950.406.679031.37
Hex981880545F2875a1f
Octal2303010012413750713237
Binary10011000110001000010101001011111101000111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981808; }

 p { color: rgb(152,24,8); }

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

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

 a { background-color: rgb(152,24,8); }

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

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

 span { border-color: rgb(152,24,8); }

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