#870414

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

Shades of Sangria #870414

Tints of Sangria #870414

Color information

#870414 (or 0x870414) is unknown color: approx Sangria. HEX triplet: 87, 04 and 14. RGB value is (135,4,20). Sum of RGB (Red+Green+Blue) = 135+4+20=159 (21% of max value = 765). Red value is 135 (53.12% from 255 or 84.91% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 135 - color contains mainly: red. Hex color #870414 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870414 is #78FBEB. Grayscale: #2D2D2D. Windows color (decimal): -7928812 or 1311879. OLE color: 1311879.

HSL color Cylindrical-coordinate representation of color #870414: hue angle of 352.67º 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 #870414 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB135420-
CMYK00.970.850.47
HSL352.67º94.24%27.25%-
HSV(B)352.67º97.04%52.94%-
XYZ10.165.291.15-
YUV44.99113.9192.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 84.91%
GREEN value IS 4 (1.95% from 255) = 2.52%
BLUE value IS 20 (8.20% from 255) = 12.58%
R=84.91%
G=2.52%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13542000.970.850.47352.6794.2427.25
Hex87414061552F1615e1b
Octal20742401411255754113633
Binary1000011110010100011000011010101101111101100001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870414; }

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

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

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

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

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

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

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

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