#980C08

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

Shades of Dark Red #980C08

Tints of Dark Red #980C08

Color information

#980C08 (or 0x980C08) is unknown color: approx Dark Red. HEX triplet: 98, 0C and 08. RGB value is (152,12,8). Sum of RGB (Red+Green+Blue) = 152+12+8=172 (22% of max value = 765). Red value is 152 (59.77% from 255 or 88.37% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 152 - color contains mainly: red. Hex color #980C08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980C08 is #67F3F7. Grayscale: #353535. Windows color (decimal): -6812664 or 527512. OLE color: 527512.

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

Color convert

RGB152128-
CMYK00.920.950.40
HSL1.67º90%31.37%-
HSV(B)1.67º94.74%59.61%-
XYZ13.126.960.88-
YUV53.4102.38198.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 88.37%
GREEN value IS 12 (5.08% from 255) = 6.98%
BLUE value IS 8 (3.52% from 255) = 4.65%
R=88.37%
G=6.98%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212800.920.950.401.679031.37
Hex98C805C5F2825a1f
Octal2301410013413750213237
Binary100110001100100001011100101111110100010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980C08; }

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

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

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

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

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

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

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

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