#870D0F

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

Shades of Sangria #870D0F

Tints of Sangria #870D0F

Color information

#870D0F (or 0x870D0F) is unknown color: approx Sangria. HEX triplet: 87, 0D and 0F. RGB value is (135,13,15). Sum of RGB (Red+Green+Blue) = 135+13+15=163 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.82% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 135 - color contains mainly: red. Hex color #870D0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870D0F is #78F2F0. Grayscale: #313131. Windows color (decimal): -7926513 or 986503. OLE color: 986503.

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

Color convert

RGB1351315-
CMYK00.900.890.47
HSL359.02º82.43%29.02%-
HSV(B)359.02º90.37%52.94%-
XYZ10.225.470.97-
YUV49.71108.42188.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 82.82%
GREEN value IS 13 (5.47% from 255) = 7.98%
BLUE value IS 15 (6.25% from 255) = 9.20%
R=82.82%
G=7.98%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135131500.900.890.47359.0282.4329.02
Hex87DF05A592F167521d
Octal207151701321315754712235
Binary1000011111011111010110101011001101111101100111101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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