#87050B

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

Shades of Sangria #87050B

Tints of Sangria #87050B

Color information

#87050B (or 0x87050B) is unknown color: approx Sangria. HEX triplet: 87, 05 and 0B. RGB value is (135,5,11). Sum of RGB (Red+Green+Blue) = 135+5+11=151 (20% of max value = 765). Red value is 135 (53.12% from 255 or 89.40% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 135 - color contains mainly: red. Hex color #87050B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87050B is #78FAF4. Grayscale: #2C2C2C. Windows color (decimal): -7928565 or 722311. OLE color: 722311.

HSL color Cylindrical-coordinate representation of color #87050B: hue angle of 357.23º 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 #87050B is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB135511-
CMYK00.960.920.47
HSL357.23º92.86%27.45%-
HSV(B)357.23º96.3%52.94%-
XYZ10.115.280.8-
YUV44.55109.07192.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 89.40%
GREEN value IS 5 (2.34% from 255) = 3.31%
BLUE value IS 11 (4.69% from 255) = 7.28%
R=89.40%
G=3.31%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13551100.960.920.47357.2392.8627.45
Hex875B0605C2F1655d1b
Octal20751301401345754513533
Binary100001111011011011000001011100101111101100101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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