#9D1A06

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

Shades of Dark Red #9D1A06

Tints of Dark Red #9D1A06

Color information

#9D1A06 (or 0x9D1A06) is unknown color: approx Dark Red. HEX triplet: 9D, 1A and 06. RGB value is (157,26,6). Sum of RGB (Red+Green+Blue) = 157+26+6=189 (25% of max value = 765). Red value is 157 (61.72% from 255 or 83.07% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 6 (2.73% from 255 or 3.17% from 189); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D1A06 is #62E5F9. Grayscale: #3F3F3F. Windows color (decimal): -6481402 or 400029. OLE color: 400029.

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

Color convert

RGB157266-
CMYK00.830.960.38
HSL7.95º92.64%31.96%-
HSV(B)7.95º96.18%61.57%-
XYZ14.317.920.95-
YUV62.8995.9195.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 83.07%
GREEN value IS 26 (10.55% from 255) = 13.76%
BLUE value IS 6 (2.73% from 255) = 3.17%
R=83.07%
G=13.76%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15726600.830.960.387.9592.6431.96
Hex9D1A6053602685d20
Octal2353260123140461013540
Binary100111011101011001010011110000010011010001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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