#870A0D

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

Shades of Sangria #870A0D

Tints of Sangria #870A0D

Color information

#870A0D (or 0x870A0D) is unknown color: approx Sangria. HEX triplet: 87, 0A and 0D. RGB value is (135,10,13). Sum of RGB (Red+Green+Blue) = 135+10+13=158 (20% of max value = 765). Red value is 135 (53.12% from 255 or 85.44% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 135 - color contains mainly: red. Hex color #870A0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870A0D is #78F5F2. Grayscale: #2F2F2F. Windows color (decimal): -7927283 or 854663. OLE color: 854663.

HSL color Cylindrical-coordinate representation of color #870A0D: hue angle of 358.56º 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 #870A0D is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1351013-
CMYK00.930.900.47
HSL358.56º86.21%28.43%-
HSV(B)358.56º92.59%52.94%-
XYZ10.175.40.89-
YUV47.72108.41190.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 85.44%
GREEN value IS 10 (4.30% from 255) = 6.33%
BLUE value IS 13 (5.47% from 255) = 8.23%
R=85.44%
G=6.33%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135101300.930.900.47358.5686.2128.43
Hex87AD05D5A2F167561c
Octal207121501351325754712634
Binary1000011110101101010111011011010101111101100111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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