#881112

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

Shades of Sangria #881112

Tints of Sangria #881112

Color information

#881112 (or 0x881112) is unknown color: approx Sangria. HEX triplet: 88, 11 and 12. RGB value is (136,17,18). Sum of RGB (Red+Green+Blue) = 136+17+18=171 (22% of max value = 765). Red value is 136 (53.52% from 255 or 79.53% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 136 - color contains mainly: red. Hex color #881112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881112 is #77EEED. Grayscale: #343434. Windows color (decimal): -7859950 or 1184136. OLE color: 1184136.

HSL color Cylindrical-coordinate representation of color #881112: hue angle of 359.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881112 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1361718-
CMYK00.870.870.47
HSL359.5º77.78%30%-
HSV(B)359.5º87.5%53.33%-
XYZ10.465.681.12-
YUV52.7108.42187.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 79.53%
GREEN value IS 17 (7.03% from 255) = 9.94%
BLUE value IS 18 (7.42% from 255) = 10.53%
R=79.53%
G=9.94%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136171800.870.870.47359.577.7830
Hex881112057572F1674e1e
Octal210212201271275754711636
Binary100010001000110010010101111010111101111101100111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881112; }

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

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

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

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

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

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

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

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