#9E020B

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

Shades of Sangria #9E020B

Tints of Sangria #9E020B

Color information

#9E020B (or 0x9E020B) is unknown color: approx Sangria. HEX triplet: 9E, 02 and 0B. RGB value is (158,2,11). Sum of RGB (Red+Green+Blue) = 158+2+11=171 (22% of max value = 765). Red value is 158 (62.11% from 255 or 92.40% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 158 - color contains mainly: red. Hex color #9E020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E020B is #61FDF4. Grayscale: #313131. Windows color (decimal): -6422005 or 721566. OLE color: 721566.

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

Color convert

RGB158211-
CMYK00.990.930.38
HSL356.54º97.5%31.37%-
HSV(B)356.54º98.73%61.96%-
XYZ14.187.340.99-
YUV49.67106.18205.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 92.40%
GREEN value IS 2 (1.17% from 255) = 1.17%
BLUE value IS 11 (4.69% from 255) = 6.43%
R=92.40%
G=1.17%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15821100.990.930.38356.5497.531.37
Hex9E2B0635D26165621f
Octal23621301431354654514237
Binary10011110101011011000111011101100110101100101110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,2,11); }

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

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

 a { background-color: rgb(158,2,11); }

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

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

 span { border-color: rgb(158,2,11); }

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