#9D0903

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

Shades of Dark Red #9D0903

Tints of Dark Red #9D0903

Color information

#9D0903 (or 0x9D0903) is unknown color: approx Dark Red. HEX triplet: 9D, 09 and 03. RGB value is (157,9,3). Sum of RGB (Red+Green+Blue) = 157+9+3=169 (22% of max value = 765). Red value is 157 (61.72% from 255 or 92.90% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0903 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0903 is #62F6FC. Grayscale: #343434. Windows color (decimal): -6485757 or 199069. OLE color: 199069.

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

Color convert

RGB15793-
CMYK00.940.980.38
HSL2.34º96.25%31.37%-
HSV(B)2.34º98.09%61.57%-
XYZ14.027.370.77-
YUV52.57100.03202.49-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 92.90%
GREEN value IS 9 (3.91% from 255) = 5.33%
BLUE value IS 3 (1.56% from 255) = 1.78%
R=92.90%
G=5.33%
B=1.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.98
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579300.940.980.382.3496.2531.37
Hex9D9305E62262601f
Octal235113013614246214037
Binary1001110110011101011110110001010011010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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