#981208

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

Shades of Dark Red #981208

Tints of Dark Red #981208

Color information

#981208 (or 0x981208) is unknown color: approx Dark Red. HEX triplet: 98, 12 and 08. RGB value is (152,18,8). Sum of RGB (Red+Green+Blue) = 152+18+8=178 (23% of max value = 765). Red value is 152 (59.77% from 255 or 85.39% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 8 (3.52% from 255 or 4.49% from 178); Max value from RGB is 152 - color contains mainly: red. Hex color #981208 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981208 is #67EDF7. Grayscale: #393939. Windows color (decimal): -6811128 or 529048. OLE color: 529048.

HSL color Cylindrical-coordinate representation of color #981208: hue angle of 4.17º 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 #981208 is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB152188-
CMYK00.880.950.40
HSL4.17º90%31.37%-
HSV(B)4.17º94.74%59.61%-
XYZ13.217.130.91-
YUV56.93100.39195.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 85.39%
GREEN value IS 18 (7.42% from 255) = 10.11%
BLUE value IS 8 (3.52% from 255) = 4.49%
R=85.39%
G=10.11%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15218800.880.950.404.179031.37
Hex981280585F2845a1f
Octal2302210013013750413237
Binary10011000100101000010110001011111101000100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981208; }

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

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

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

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

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

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

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

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