#980B06

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

Shades of Dark Red #980B06

Tints of Dark Red #980B06

Color information

#980B06 (or 0x980B06) is unknown color: approx Dark Red. HEX triplet: 98, 0B and 06. RGB value is (152,11,6). Sum of RGB (Red+Green+Blue) = 152+11+6=169 (22% of max value = 765). Red value is 152 (59.77% from 255 or 89.94% from 169); Green value is 11 (4.69% from 255 or 6.51% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 152 - color contains mainly: red. Hex color #980B06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980B06 is #67F4F9. Grayscale: #343434. Windows color (decimal): -6812922 or 396184. OLE color: 396184.

HSL color Cylindrical-coordinate representation of color #980B06: hue angle of 2.05º 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 #980B06 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.40.

Color convert

RGB152116-
CMYK00.930.960.40
HSL2.05º92.41%30.98%-
HSV(B)2.05º96.05%59.61%-
XYZ13.16.930.82-
YUV52.59101.71198.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 89.94%
GREEN value IS 11 (4.69% from 255) = 6.51%
BLUE value IS 6 (2.73% from 255) = 3.55%
R=89.94%
G=6.51%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211600.930.960.402.0592.4130.98
Hex98B605D602825c1f
Octal230136013514050213437
Binary10011000101111001011101110000010100010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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