#87080F

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

Shades of Sangria #87080F

Tints of Sangria #87080F

Color information

#87080F (or 0x87080F) is unknown color: approx Sangria. HEX triplet: 87, 08 and 0F. RGB value is (135,8,15). Sum of RGB (Red+Green+Blue) = 135+8+15=158 (20% of max value = 765). Red value is 135 (53.12% from 255 or 85.44% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 135 - color contains mainly: red. Hex color #87080F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87080F is #78F7F0. Grayscale: #2E2E2E. Windows color (decimal): -7927793 or 985223. OLE color: 985223.

HSL color Cylindrical-coordinate representation of color #87080F: hue angle of 356.69º 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 #87080F is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB135815-
CMYK00.940.890.47
HSL356.69º88.81%28.04%-
HSV(B)356.69º94.07%52.94%-
XYZ10.165.360.95-
YUV46.77110.08190.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 85.44%
GREEN value IS 8 (3.52% from 255) = 5.06%
BLUE value IS 15 (6.25% from 255) = 9.49%
R=85.44%
G=5.06%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13581500.940.890.47356.6988.8128.04
Hex878F05E592F165591c
Octal207101701361315754513134
Binary1000011110001111010111101011001101111101100101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87080F; }

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

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

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

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

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

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

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

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