#9D0504

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

Shades of Dark Red #9D0504

Tints of Dark Red #9D0504

Color information

#9D0504 (or 0x9D0504) is unknown color: approx Dark Red. HEX triplet: 9D, 05 and 04. RGB value is (157,5,4). Sum of RGB (Red+Green+Blue) = 157+5+4=166 (21% of max value = 765). Red value is 157 (61.72% from 255 or 94.58% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0504 is #62FAFB. Grayscale: #323232. Windows color (decimal): -6486780 or 263581. OLE color: 263581.

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

Color convert

RGB15754-
CMYK00.970.970.38
HSL0.39º95.03%31.57%-
HSV(B)0.39º97.45%61.57%-
XYZ13.987.290.78-
YUV50.33101.86204.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 94.58%
GREEN value IS 5 (2.34% from 255) = 3.01%
BLUE value IS 4 (1.95% from 255) = 2.41%
R=94.58%
G=3.01%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575400.970.970.380.3995.0331.57
Hex9D54061612605f20
Octal23554014114146013740
Binary1001110110110001100001110000110011001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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