#9B0806

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

Shades of Dark Red #9B0806

Tints of Dark Red #9B0806

Color information

#9B0806 (or 0x9B0806) is unknown color: approx Dark Red. HEX triplet: 9B, 08 and 06. RGB value is (155,8,6). Sum of RGB (Red+Green+Blue) = 155+8+6=169 (22% of max value = 765). Red value is 155 (60.94% from 255 or 91.72% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0806 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0806 is #64F7F9. Grayscale: #333333. Windows color (decimal): -6617082 or 395419. OLE color: 395419.

HSL color Cylindrical-coordinate representation of color #9B0806: hue angle of 0.81º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B0806 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB15586-
CMYK00.950.960.39
HSL0.81º92.55%31.57%-
HSV(B)0.81º96.13%60.78%-
XYZ13.647.160.83-
YUV51.72102.2201.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 91.72%
GREEN value IS 8 (3.52% from 255) = 4.73%
BLUE value IS 6 (2.73% from 255) = 3.55%
R=91.72%
G=4.73%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558600.950.960.390.8192.5531.57
Hex9B8605F602715d20
Octal233106013714047113540
Binary10011011100011001011111110000010011111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B0806; }

 p { color: rgb(155,8,6); }

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

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

 a { background-color: rgb(155,8,6); }

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

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

 span { border-color: rgb(155,8,6); }

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