#870111

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

Shades of Sangria #870111

Tints of Sangria #870111

Color information

#870111 (or 0x870111) is unknown color: approx Sangria. HEX triplet: 87, 01 and 11. RGB value is (135,1,17). Sum of RGB (Red+Green+Blue) = 135+1+17=153 (20% of max value = 765). Red value is 135 (53.12% from 255 or 88.24% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 135 - color contains mainly: red. Hex color #870111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870111 is #78FEEE. Grayscale: #2A2A2A. Windows color (decimal): -7929583 or 1114503. OLE color: 1114503.

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

Color convert

RGB135117-
CMYK00.990.870.47
HSL352.84º98.53%26.67%-
HSV(B)352.84º99.26%52.94%-
XYZ10.15.211-
YUV42.89113.39193.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 88.24%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 17 (7.03% from 255) = 11.11%
R=88.24%
G=0.65%
B=11.11%

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
Decimal13511700.990.870.47352.8498.5326.67
Hex87111063572F161631b
Octal20712101431275754114333
Binary10000111110001011000111010111101111101100001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870111; }

 p { color: rgb(135,1,17); }

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

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

 a { background-color: rgb(135,1,17); }

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

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

 span { border-color: rgb(135,1,17); }

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