#870A0F

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

Shades of Sangria #870A0F

Tints of Sangria #870A0F

Color information

#870A0F (or 0x870A0F) is unknown color: approx Sangria. HEX triplet: 87, 0A and 0F. RGB value is (135,10,15). Sum of RGB (Red+Green+Blue) = 135+10+15=160 (21% of max value = 765). Red value is 135 (53.12% from 255 or 84.38% from 160); Green value is 10 (4.30% from 255 or 6.25% from 160); Blue value is 15 (6.25% from 255 or 9.38% from 160); Max value from RGB is 135 - color contains mainly: red. Hex color #870A0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870A0F is #78F5F0. Grayscale: #303030. Windows color (decimal): -7927281 or 985735. OLE color: 985735.

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

Color convert

RGB1351015-
CMYK00.930.890.47
HSL357.6º86.21%28.43%-
HSV(B)357.6º92.59%52.94%-
XYZ10.195.40.96-
YUV47.94109.41190.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 84.38%
GREEN value IS 10 (4.30% from 255) = 6.25%
BLUE value IS 15 (6.25% from 255) = 9.38%
R=84.38%
G=6.25%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135101500.930.890.47357.686.2128.43
Hex87AF05D592F166561c
Octal207121701351315754612634
Binary1000011110101111010111011011001101111101100110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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