#871011

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

Shades of Sangria #871011

Tints of Sangria #871011

Color information

#871011 (or 0x871011) is unknown color: approx Sangria. HEX triplet: 87, 10 and 11. RGB value is (135,16,17). Sum of RGB (Red+Green+Blue) = 135+16+17=168 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.36% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 135 - color contains mainly: red. Hex color #871011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871011 is #78EFEE. Grayscale: #333333. Windows color (decimal): -7925743 or 1118343. OLE color: 1118343.

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

Color convert

RGB1351617-
CMYK00.880.870.47
HSL359.5º78.81%29.61%-
HSV(B)359.5º88.15%52.94%-
XYZ10.285.561.06-
YUV51.69108.42187.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 80.36%
GREEN value IS 16 (6.64% from 255) = 9.52%
BLUE value IS 17 (7.03% from 255) = 10.12%
R=80.36%
G=9.52%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135161700.880.870.47359.578.8129.61
Hex871011058572F1674f1e
Octal207202101301275754711736
Binary100001111000010001010110001010111101111101100111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871011; }

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

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

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

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

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

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

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

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