Shades of Sangria #87040F
Tints of Sangria #87040F
RGB
CMYK
RGB Variations
Color information
#87040F (or 0x87040F) is known color: Sangria. HEX triplet: 87, 04 and 0F. RGB value is (135,4,15). Sum of RGB (Red+Green+Blue) = 135+4+15=154 (20% of max value = 765). Red value is 135 (53.12% from 255 or 87.66% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 15 (6.25% from 255 or 9.74% from 154); Max value from RGB is 135 - color contains mainly: red. Hex color #87040F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87040F is #78FBF0. Grayscale: #2C2C2C. Windows color (decimal): -7928817 or 984199. OLE color: 984199.
HSL color Cylindrical-coordinate representation of color #87040F: hue angle of 354.96º 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 #87040F is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 4 | 15 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.47 |
| HSL | 354.96º | 0.94% | 0.27% | - |
| HSV(B) | 354.96º | 0.97% | 0.53% | - |
| XYZ | 10.12 | 5.27 | 0.94 | - |
| YUV | 44.42 | 111.4 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 4 | 15 | 0 | 0.97 | 0.89 | 0.47 | 354.96 | 0.94 | 0.27 |
| Hex | 87 | 4 | F | 0 | 61 | 59 | 2F | 163 | 5E | 1B |
| Octal | 207 | 4 | 17 | 0 | 141 | 131 | 57 | 543 | 136 | 33 |
| Binary | 10000111 | 100 | 1111 | 0 | 1100001 | 1011001 | 101111 | 101100011 | 1011110 | 11011 |
Color Harmonies of #87040F
Complementary color
Monochromatic Colors of #87040F
Black with #87040F
Text Example
Text Example
White with #87040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87040F; }
p { color: rgb(135,4,15); }
H1.HeaderClassName
{
color: #87040F;
}
.AnyTagClassName
{
color: #87040F;
}
</style>
background-color css
<style>
a { background-color: #87040F; }
a { background-color: rgb(135,4,15); }
div.DivClassName
{
background-color: #87040F;
}
.BgClassName
{
background-color: #87040F;
}
</style>
border-color css
<style>
span { border-color: #87040F; }
span { border-color: rgb(135,4,15); }
td.TdClassName
{
border-color: #87040F;
}
.TagClassName
{
border-color: #87040F;
}
</style>