#9E1112

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

Shades of Sangria #9E1112

Tints of Sangria #9E1112

Color information

#9E1112 (or 0x9E1112) is unknown color: approx Sangria. HEX triplet: 9E, 11 and 12. RGB value is (158,17,18). Sum of RGB (Red+Green+Blue) = 158+17+18=193 (25% of max value = 765). Red value is 158 (62.11% from 255 or 81.87% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1112 is #61EEED. Grayscale: #3B3B3B. Windows color (decimal): -6418158 or 1184158. OLE color: 1184158.

HSL color Cylindrical-coordinate representation of color #9E1112: hue angle of 359.57º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E1112 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB1581718-
CMYK00.890.890.38
HSL359.57º80.57%34.31%-
HSV(B)359.57º89.24%61.96%-
XYZ14.417.711.3-
YUV59.27104.71198.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 81.87%
GREEN value IS 17 (7.03% from 255) = 8.81%
BLUE value IS 18 (7.42% from 255) = 9.33%
R=81.87%
G=8.81%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158171800.890.890.38359.5780.5734.31
Hex9E111205959261685122
Octal236212201311314655012142
Binary1001111010001100100101100110110011001101011010001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,17,18); }

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

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

 a { background-color: rgb(158,17,18); }

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

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

 span { border-color: rgb(158,17,18); }

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