Html Css Color HEX #9D0905 Dark Red

📋 copy color: '#9D0905'

red 157 ◦ green 9 ◦ blue 5

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

Shades of Dark Red #9D0905

Tints of Dark Red #9D0905

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.26%

 BLUE value IS 5 (2.34% from 255) = 2.92%

R = 91.81%
G = 5.26%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9D0905 (or 0x9D0905) is known color: Dark Red. HEX triplet: 9D, 09 and 05. RGB value is (157,9,5). Sum of RGB (Red+Green+Blue) = 157+9+5=171 (22% of max value = 765). Red value is 157 (61.72% from 255 or 91.81% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0905 is #62F6FA. Grayscale: #343434. Windows color (decimal): -6485755 or 330141. OLE color: 330141.

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

Color convert

RGB 157 9 5 -
CMYK 0 0.94 0.97 0.38
HSL 1.58º 0.94% 0.32% -
HSV(B) 1.58º 0.97% 0.62% -
XYZ 14.03 7.37 0.83 -
YUV 52.8 101.03 202.33 -
System Red Green Blue C M Y K H S L
Decimal 157 9 5 0 0.94 0.97 0.38 1.58 0.94 0.32
Hex 9D 9 5 0 5E 61 26 2 5E 20
Octal 235 11 5 0 136 141 46 2 136 40
Binary 10011101 1001 101 0 1011110 1100001 100110 10 1011110 100000

Color Harmonies of #9D0905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0905

Black with #9D0905

Text Example


Text Example

White with #9D0905

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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