#870011

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

Shades of Sangria #870011

Tints of Sangria #870011

Color information

#870011 (or 0x870011) is unknown color: approx Sangria. HEX triplet: 87, 00 and 11. RGB value is (135,0,17). Sum of RGB (Red+Green+Blue) = 135+0+17=152 (20% of max value = 765). Red value is 135 (53.12% from 255 or 88.82% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 135 - color contains mainly: red. Hex color #870011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870011 is #78FFEE. Grayscale: #2A2A2A. Windows color (decimal): -7929839 or 1114247. OLE color: 1114247.

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

Color convert

RGB135017-
CMYK010.870.47
HSL352.44º100%26.47%-
HSV(B)352.44º100%52.94%-
XYZ10.095.191-
YUV42.3113.73194.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 88.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 11.18%
R=88.82%
G=0%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135017010.870.47352.4410026.47
Hex87011064572F160641a
Octal20702101441275754014432
Binary10000111010001011001001010111101111101100000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870011; }

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

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

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

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

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

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

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

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