#871215

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

Shades of Sangria #871215

Tints of Sangria #871215

Color information

#871215 (or 0x871215) is unknown color: approx Sangria. HEX triplet: 87, 12 and 15. RGB value is (135,18,21). Sum of RGB (Red+Green+Blue) = 135+18+21=174 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.59% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 135 - color contains mainly: red. Hex color #871215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871215 is #78EDEA. Grayscale: #353535. Windows color (decimal): -7925227 or 1380999. OLE color: 1380999.

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

Color convert

RGB1351821-
CMYK00.870.840.47
HSL358.46º76.47%30%-
HSV(B)358.46º86.67%52.94%-
XYZ10.345.641.25-
YUV53.32109.76186.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 77.59%
GREEN value IS 18 (7.42% from 255) = 10.34%
BLUE value IS 21 (8.59% from 255) = 12.07%
R=77.59%
G=10.34%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135182100.870.840.47358.4676.4730
Hex871215057542F1664c1e
Octal207222501271245754611436
Binary100001111001010101010101111010100101111101100110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871215; }

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

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

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

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

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

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

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

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