#87050F

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

Shades of Sangria #87050F

Tints of Sangria #87050F

Color information

#87050F (or 0x87050F) is unknown color: approx Sangria. HEX triplet: 87, 05 and 0F. RGB value is (135,5,15). Sum of RGB (Red+Green+Blue) = 135+5+15=155 (20% of max value = 765). Red value is 135 (53.12% from 255 or 87.10% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 135 - color contains mainly: red. Hex color #87050F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87050F is #78FAF0. Grayscale: #2D2D2D. Windows color (decimal): -7928561 or 984455. OLE color: 984455.

HSL color Cylindrical-coordinate representation of color #87050F: hue angle of 355.38º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #87050F is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB135515-
CMYK00.960.890.47
HSL355.38º92.86%27.45%-
HSV(B)355.38º96.3%52.94%-
XYZ10.135.290.94-
YUV45.01111.07192.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 87.10%
GREEN value IS 5 (2.34% from 255) = 3.23%
BLUE value IS 15 (6.25% from 255) = 9.68%
R=87.10%
G=3.23%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13551500.960.890.47355.3892.8627.45
Hex875F060592F1635d1b
Octal20751701401315754313533
Binary100001111011111011000001011001101111101100011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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