Html Css Color HEX #9D0806 Dark Red

📋 copy color: '#9D0806'

red 157 ◦ green 8 ◦ blue 6

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

Shades of Dark Red #9D0806

Tints of Dark Red #9D0806

RGB

 RED value IS 157 (61.72% from 255) = 91.81%

 GREEN value IS 8 (3.52% from 255) = 4.68%

 BLUE value IS 6 (2.73% from 255) = 3.51%

R = 91.81%
G = 4.68%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.38

RGB Variations

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

Color information

#9D0806 (or 0x9D0806) is known color: Dark Red. HEX triplet: 9D, 08 and 06. RGB value is (157,8,6). Sum of RGB (Red+Green+Blue) = 157+8+6=171 (22% of max value = 765). Red value is 157 (61.72% from 255 or 91.81% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0806 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0806 is #62F7F9. Grayscale: #343434. Windows color (decimal): -6486010 or 395421. OLE color: 395421.

HSL color Cylindrical-coordinate representation of color #9D0806: hue angle of 0.79º 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 #9D0806 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 8 6 -
CMYK 0 0.95 0.96 0.38
HSL 0.79º 0.93% 0.32% -
HSV(B) 0.79º 0.96% 0.62% -
XYZ 14.02 7.35 0.85 -
YUV 52.32 101.86 202.66 -
System Red Green Blue C M Y K H S L
Decimal 157 8 6 0 0.95 0.96 0.38 0.79 0.93 0.32
Hex 9D 8 6 0 5F 60 26 1 5D 20
Octal 235 10 6 0 137 140 46 1 135 40
Binary 10011101 1000 110 0 1011111 1100000 100110 1 1011101 100000

Color Harmonies of #9D0806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0806

Black with #9D0806

Text Example


Text Example

White with #9D0806

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D0806;
 }
 .AnyTagClassName
 {
   color: #9D0806;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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