Html Css Color HEX #9D0906 Dark Red

📋 copy color: '#9D0906'

red 157 ◦ green 9 ◦ blue 6

#9D0906
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #9D0906

Tints of Dark Red #9D0906

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 value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.38

RGB Variations

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

Color information

#9D0906 (or 0x9D0906) is known color: 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

RGB 157 9 6 -
CMYK 0 0.94 0.96 0.38
HSL 1.19º 0.93% 0.32% -
HSV(B) 1.19º 0.96% 0.62% -
XYZ 14.04 7.38 0.86 -
YUV 52.91 101.53 202.24 -
System Red Green Blue C M Y K H S L
Decimal 157 9 6 0 0.94 0.96 0.38 1.19 0.93 0.32
Hex 9D 9 6 0 5E 60 26 1 5D 20
Octal 235 11 6 0 136 140 46 1 135 40
Binary 10011101 1001 110 0 1011110 1100000 100110 1 1011101 100000

Color Harmonies of #9D0906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0906

Black with #9D0906

Text Example


Text Example

White with #9D0906

Text Example


Text Example

HTML Codes & Css Web 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>