#871012

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

Shades of Sangria #871012

Tints of Sangria #871012

Color information

#871012 (or 0x871012) is unknown color: approx Sangria. HEX triplet: 87, 10 and 12. RGB value is (135,16,18). Sum of RGB (Red+Green+Blue) = 135+16+18=169 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.88% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 135 - color contains mainly: red. Hex color #871012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871012 is #78EFED. Grayscale: #333333. Windows color (decimal): -7925742 or 1183879. OLE color: 1183879.

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

Color convert

RGB1351618-
CMYK00.880.870.47
HSL358.99º78.81%29.61%-
HSV(B)358.99º88.15%52.94%-
XYZ10.295.571.1-
YUV51.81108.92187.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 79.88%
GREEN value IS 16 (6.64% from 255) = 9.47%
BLUE value IS 18 (7.42% from 255) = 10.65%
R=79.88%
G=9.47%
B=10.65%

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
Decimal135161800.880.870.47358.9978.8129.61
Hex871012058572F1674f1e
Octal207202201301275754711736
Binary100001111000010010010110001010111101111101100111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871012; }

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

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

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

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

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

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

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

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