#880112

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

Shades of Sangria #880112

Tints of Sangria #880112

Color information

#880112 (or 0x880112) is unknown color: approx Sangria. HEX triplet: 88, 01 and 12. RGB value is (136,1,18). Sum of RGB (Red+Green+Blue) = 136+1+18=155 (20% of max value = 765). Red value is 136 (53.52% from 255 or 87.74% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 136 - color contains mainly: red. Hex color #880112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880112 is #77FEED. Grayscale: #2B2B2B. Windows color (decimal): -7864046 or 1180040. OLE color: 1180040.

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

Color convert

RGB136118-
CMYK00.990.870.47
HSL352.44º98.54%26.86%-
HSV(B)352.44º99.26%53.33%-
XYZ10.275.31.05-
YUV43.3113.73194.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 87.74%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 18 (7.42% from 255) = 11.61%
R=87.74%
G=0.65%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611800.990.870.47352.4498.5426.86
Hex88112063572F160631b
Octal21012201431275754014333
Binary10001000110010011000111010111101111101100000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880112; }

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

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

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

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

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

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

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

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