#870814

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

Shades of Sangria #870814

Tints of Sangria #870814

Color information

#870814 (or 0x870814) is unknown color: approx Sangria. HEX triplet: 87, 08 and 14. RGB value is (135,8,20). Sum of RGB (Red+Green+Blue) = 135+8+20=163 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.82% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 135 - color contains mainly: red. Hex color #870814 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870814 is #78F7EB. Grayscale: #2F2F2F. Windows color (decimal): -7927788 or 1312903. OLE color: 1312903.

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

Color convert

RGB135820-
CMYK00.940.850.47
HSL354.33º88.81%28.04%-
HSV(B)354.33º94.07%52.94%-
XYZ10.25.381.16-
YUV47.34112.58190.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 82.82%
GREEN value IS 8 (3.52% from 255) = 4.91%
BLUE value IS 20 (8.20% from 255) = 12.27%
R=82.82%
G=4.91%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13582000.940.850.47354.3388.8128.04
Hex8781405E552F162591c
Octal207102401361255754213134
Binary10000111100010100010111101010101101111101100010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870814; }

 p { color: rgb(135,8,20); }

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

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

 a { background-color: rgb(135,8,20); }

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

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

 span { border-color: rgb(135,8,20); }

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