#870012

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

Shades of Sangria #870012

Tints of Sangria #870012

Color information

#870012 (or 0x870012) is unknown color: approx Sangria. HEX triplet: 87, 00 and 12. RGB value is (135,0,18). Sum of RGB (Red+Green+Blue) = 135+0+18=153 (20% of max value = 765). Red value is 135 (53.12% from 255 or 88.24% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 135 - color contains mainly: red. Hex color #870012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870012 is #78FFED. Grayscale: #2A2A2A. Windows color (decimal): -7929838 or 1179783. OLE color: 1179783.

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

Color convert

RGB135018-
CMYK010.870.47
HSL352º100%26.47%-
HSV(B)352º100%52.94%-
XYZ10.15.191.04-
YUV42.42114.23194.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 88.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 11.76%
R=88.24%
G=0%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135018010.870.4735210026.47
Hex87012064572F160641a
Octal20702201441275754014432
Binary10000111010010011001001010111101111101100000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870012; }

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

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

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

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

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

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

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

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