#980C06

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

Shades of Dark Red #980C06

Tints of Dark Red #980C06

Color information

#980C06 (or 0x980C06) is unknown color: approx Dark Red. HEX triplet: 98, 0C and 06. RGB value is (152,12,6). Sum of RGB (Red+Green+Blue) = 152+12+6=170 (22% of max value = 765). Red value is 152 (59.77% from 255 or 89.41% from 170); Green value is 12 (5.08% from 255 or 7.06% from 170); Blue value is 6 (2.73% from 255 or 3.53% from 170); Max value from RGB is 152 - color contains mainly: red. Hex color #980C06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980C06 is #67F3F9. Grayscale: #353535. Windows color (decimal): -6812666 or 396440. OLE color: 396440.

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

Color convert

RGB152126-
CMYK00.920.960.40
HSL2.47º92.41%30.98%-
HSV(B)2.47º96.05%59.61%-
XYZ13.116.950.82-
YUV53.18101.38198.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 89.41%
GREEN value IS 12 (5.08% from 255) = 7.06%
BLUE value IS 6 (2.73% from 255) = 3.53%
R=89.41%
G=7.06%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.96
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212600.920.960.402.4792.4130.98
Hex98C605C602825c1f
Octal230146013414050213437
Binary10011000110011001011100110000010100010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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