#9D0906

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

Shades of Dark Red #9D0906

Tints of Dark Red #9D0906

Color information

#9D0906 (or 0x9D0906) is unknown color: approx Dark Red. HEX triplet: 9D, 09 and 06. RGB value is (157,9,6). Sum of RGB (Red+Green+Blue) = 157+9+6=172 (22% of max value = 765). Red value is 157 (61.72% from 255 or 91.28% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 6 (2.73% from 255 or 3.49% from 172); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0906 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0906 is #62F6F9. Grayscale: #353535. Windows color (decimal): -6485754 or 395677. OLE color: 395677.

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

Color convert

RGB15796-
CMYK00.940.960.38
HSL1.19º92.64%31.96%-
HSV(B)1.19º96.18%61.57%-
XYZ14.047.380.86-
YUV52.91101.53202.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 91.28%
GREEN value IS 9 (3.91% from 255) = 5.23%
BLUE value IS 6 (2.73% from 255) = 3.49%
R=91.28%
G=5.23%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579600.940.960.381.1992.6431.96
Hex9D9605E602615d20
Octal235116013614046113540
Binary10011101100111001011110110000010011011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,9,6); }

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

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

 a { background-color: rgb(157,9,6); }

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

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

 span { border-color: rgb(157,9,6); }

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