#880110

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

Shades of Sangria #880110

Tints of Sangria #880110

Color information

#880110 (or 0x880110) is unknown color: approx Sangria. HEX triplet: 88, 01 and 10. RGB value is (136,1,16). Sum of RGB (Red+Green+Blue) = 136+1+16=153 (20% of max value = 765). Red value is 136 (53.52% from 255 or 88.89% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 136 - color contains mainly: red. Hex color #880110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880110 is #77FEEF. Grayscale: #2B2B2B. Windows color (decimal): -7864048 or 1048968. OLE color: 1048968.

HSL color Cylindrical-coordinate representation of color #880110: hue angle of 353.33º 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 #880110 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB136116-
CMYK00.990.880.47
HSL353.33º98.54%26.86%-
HSV(B)353.33º99.26%53.33%-
XYZ10.265.290.97-
YUV43.08112.73194.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 88.89%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 16 (6.64% from 255) = 10.46%
R=88.89%
G=0.65%
B=10.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611600.990.880.47353.3398.5426.86
Hex88110063582F161631b
Octal21012001431305754114333
Binary10001000110000011000111011000101111101100001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880110; }

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

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

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

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

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

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

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

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