#9E1B06

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

Shades of Dark Red #9E1B06

Tints of Dark Red #9E1B06

Color information

#9E1B06 (or 0x9E1B06) is unknown color: approx Dark Red. HEX triplet: 9E, 1B and 06. RGB value is (158,27,6). Sum of RGB (Red+Green+Blue) = 158+27+6=191 (25% of max value = 765). Red value is 158 (62.11% from 255 or 82.72% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 6 (2.73% from 255 or 3.14% from 191); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1B06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E1B06 is #61E4F9. Grayscale: #3F3F3F. Windows color (decimal): -6415610 or 400286. OLE color: 400286.

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

Color convert

RGB158276-
CMYK00.830.960.38
HSL8.29º92.68%32.16%-
HSV(B)8.29º96.2%61.96%-
XYZ14.538.070.96-
YUV63.7795.4195.21-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 82.72%
GREEN value IS 27 (10.94% from 255) = 14.14%
BLUE value IS 6 (2.73% from 255) = 3.14%
R=82.72%
G=14.14%
B=3.14%

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
Decimal15827600.830.960.388.2992.6832.16
Hex9E1B6053602685d20
Octal2363360123140461013540
Binary100111101101111001010011110000010011010001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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