#870413

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

Shades of Sangria #870413

Tints of Sangria #870413

Color information

#870413 (or 0x870413) is unknown color: approx Sangria. HEX triplet: 87, 04 and 13. RGB value is (135,4,19). Sum of RGB (Red+Green+Blue) = 135+4+19=158 (20% of max value = 765). Red value is 135 (53.12% from 255 or 85.44% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 135 - color contains mainly: red. Hex color #870413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870413 is #78FBEC. Grayscale: #2C2C2C. Windows color (decimal): -7928813 or 1246343. OLE color: 1246343.

HSL color Cylindrical-coordinate representation of color #870413: hue angle of 353.13º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #870413 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB135419-
CMYK00.970.860.47
HSL353.13º94.24%27.25%-
HSV(B)353.13º97.04%52.94%-
XYZ10.155.281.1-
YUV44.88113.4192.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 85.44%
GREEN value IS 4 (1.95% from 255) = 2.53%
BLUE value IS 19 (7.81% from 255) = 12.03%
R=85.44%
G=2.53%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13541900.970.860.47353.1394.2427.25
Hex87413061562F1615e1b
Octal20742301411265754113633
Binary1000011110010011011000011010110101111101100001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870413; }

 p { color: rgb(135,4,19); }

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

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

 a { background-color: rgb(135,4,19); }

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

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

 span { border-color: rgb(135,4,19); }

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