#9E0706

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

Shades of Dark Red #9E0706

Tints of Dark Red #9E0706

Color information

#9E0706 (or 0x9E0706) is unknown color: approx Dark Red. HEX triplet: 9E, 07 and 06. RGB value is (158,7,6). Sum of RGB (Red+Green+Blue) = 158+7+6=171 (22% of max value = 765). Red value is 158 (62.11% from 255 or 92.40% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0706 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0706 is #61F8F9. Grayscale: #343434. Windows color (decimal): -6420730 or 395166. OLE color: 395166.

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

Color convert

RGB15876-
CMYK00.960.960.38
HSL0.39º92.68%32.16%-
HSV(B)0.39º96.2%61.96%-
XYZ14.217.430.86-
YUV52.04102.03203.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 92.40%
GREEN value IS 7 (3.12% from 255) = 4.09%
BLUE value IS 6 (2.73% from 255) = 3.51%
R=92.40%
G=4.09%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1587600.960.960.380.3992.6832.16
Hex9E76060602605d20
Octal23676014014046013540
Binary1001111011111001100000110000010011001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,7,6); }

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

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

 a { background-color: rgb(158,7,6); }

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

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

 span { border-color: rgb(158,7,6); }

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