#870112

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

Shades of Sangria #870112

Tints of Sangria #870112

Color information

#870112 (or 0x870112) is unknown color: approx Sangria. HEX triplet: 87, 01 and 12. RGB value is (135,1,18). Sum of RGB (Red+Green+Blue) = 135+1+18=154 (20% of max value = 765). Red value is 135 (53.12% from 255 or 87.66% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 135 - color contains mainly: red. Hex color #870112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870112 is #78FEED. Grayscale: #2B2B2B. Windows color (decimal): -7929582 or 1180039. OLE color: 1180039.

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

Color convert

RGB135118-
CMYK00.990.870.47
HSL352.39º98.53%26.67%-
HSV(B)352.39º99.26%52.94%-
XYZ10.115.221.05-
YUV43113.89193.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 87.66%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 18 (7.42% from 255) = 11.69%
R=87.66%
G=0.65%
B=11.69%

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
Decimal13511800.990.870.47352.3998.5326.67
Hex87112063572F160631b
Octal20712201431275754014333
Binary10000111110010011000111010111101111101100000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870112; }

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

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

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

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

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

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

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

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