#870212

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

Shades of Sangria #870212

Tints of Sangria #870212

Color information

#870212 (or 0x870212) is unknown color: approx Sangria. HEX triplet: 87, 02 and 12. RGB value is (135,2,18). Sum of RGB (Red+Green+Blue) = 135+2+18=155 (20% of max value = 765). Red value is 135 (53.12% from 255 or 87.10% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 135 - color contains mainly: red. Hex color #870212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870212 is #78FDED. Grayscale: #2B2B2B. Windows color (decimal): -7929326 or 1180295. OLE color: 1180295.

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

Color convert

RGB135218-
CMYK00.990.870.47
HSL352.78º97.08%26.86%-
HSV(B)352.78º98.52%52.94%-
XYZ10.125.241.05-
YUV43.59113.56193.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 87.10%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 18 (7.42% from 255) = 11.61%
R=87.10%
G=1.29%
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
Decimal13521800.990.870.47352.7897.0826.86
Hex87212063572F161611b
Octal20722201431275754114133
Binary100001111010010011000111010111101111101100001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870212; }

 p { color: rgb(135,2,18); }

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

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

 a { background-color: rgb(135,2,18); }

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

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

 span { border-color: rgb(135,2,18); }

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