#870F10

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

Shades of Sangria #870F10

Tints of Sangria #870F10

Color information

#870F10 (or 0x870F10) is unknown color: approx Sangria. HEX triplet: 87, 0F and 10. RGB value is (135,15,16). Sum of RGB (Red+Green+Blue) = 135+15+16=166 (21% of max value = 765). Red value is 135 (53.12% from 255 or 81.33% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 135 - color contains mainly: red. Hex color #870F10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870F10 is #78F0EF. Grayscale: #333333. Windows color (decimal): -7926000 or 1052551. OLE color: 1052551.

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

Color convert

RGB1351516-
CMYK00.890.880.47
HSL359.5º80%29.41%-
HSV(B)359.5º88.89%52.94%-
XYZ10.265.531.02-
YUV50.99108.26187.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 81.33%
GREEN value IS 15 (6.25% from 255) = 9.04%
BLUE value IS 16 (6.64% from 255) = 9.64%
R=81.33%
G=9.04%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135151600.890.880.47359.58029.41
Hex87F10059582F168501d
Octal207172001311305755012035
Binary10000111111110000010110011011000101111101101000101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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