#870815

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

Shades of Sangria #870815

Tints of Sangria #870815

Color information

#870815 (or 0x870815) is unknown color: approx Sangria. HEX triplet: 87, 08 and 15. RGB value is (135,8,21). Sum of RGB (Red+Green+Blue) = 135+8+21=164 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.32% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 135 - color contains mainly: red. Hex color #870815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870815 is #78F7EA. Grayscale: #2F2F2F. Windows color (decimal): -7927787 or 1378439. OLE color: 1378439.

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

Color convert

RGB135821-
CMYK00.940.840.47
HSL353.86º88.81%28.04%-
HSV(B)353.86º94.07%52.94%-
XYZ10.215.381.21-
YUV47.45113.08190.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 82.32%
GREEN value IS 8 (3.52% from 255) = 4.88%
BLUE value IS 21 (8.59% from 255) = 12.80%
R=82.32%
G=4.88%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13582100.940.840.47353.8688.8128.04
Hex8781505E542F162591c
Octal207102501361245754213134
Binary10000111100010101010111101010100101111101100010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870815; }

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

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

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

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

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

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

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

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