#870F16

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

Shades of Sangria #870F16

Tints of Sangria #870F16

Color information

#870F16 (or 0x870F16) is unknown color: approx Sangria. HEX triplet: 87, 0F and 16. RGB value is (135,15,22). Sum of RGB (Red+Green+Blue) = 135+15+22=172 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.49% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 135 - color contains mainly: red. Hex color #870F16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870F16 is #78F0E9. Grayscale: #333333. Windows color (decimal): -7925994 or 1445767. OLE color: 1445767.

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

Color convert

RGB1351522-
CMYK00.890.840.47
HSL356.5º80%29.41%-
HSV(B)356.5º88.89%52.94%-
XYZ10.315.551.29-
YUV51.68111.26187.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 78.49%
GREEN value IS 15 (6.25% from 255) = 8.72%
BLUE value IS 22 (8.98% from 255) = 12.79%
R=78.49%
G=8.72%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135152200.890.840.47356.58029.41
Hex87F16059542F164501d
Octal207172601311245754412035
Binary10000111111110110010110011010100101111101100100101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870F16; }

 p { color: rgb(135,15,22); }

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

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

 a { background-color: rgb(135,15,22); }

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

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

 span { border-color: rgb(135,15,22); }

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