Shades of Sangria #87000B
Tints of Sangria #87000B
RGB
CMYK
RGB Variations
Color information
#87000B (or 0x87000B) is known color: Sangria. HEX triplet: 87, 00 and 0B. RGB value is (135,0,11). Sum of RGB (Red+Green+Blue) = 135+0+11=146 (19% of max value = 765). Red value is 135 (53.12% from 255 or 92.47% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 135 - color contains mainly: red. Hex color #87000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87000B is #78FFF4. Grayscale: #292929. Windows color (decimal): -7929845 or 721031. OLE color: 721031.
HSL color Cylindrical-coordinate representation of color #87000B: hue angle of 355.11º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #87000B is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.92 | 0.47 |
| HSL | 355.11º | 1% | 0.26% | - |
| HSV(B) | 355.11º | 1% | 0.53% | - |
| XYZ | 10.05 | 5.18 | 0.79 | - |
| YUV | 41.62 | 110.73 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 11 | 0 | 1 | 0.92 | 0.47 | 355.11 | 1 | 0.26 |
| Hex | 87 | 0 | B | 0 | 64 | 5C | 2F | 163 | 64 | 1A |
| Octal | 207 | 0 | 13 | 0 | 144 | 134 | 57 | 543 | 144 | 32 |
| Binary | 10000111 | 0 | 1011 | 0 | 1100100 | 1011100 | 101111 | 101100011 | 1100100 | 11010 |
Color Harmonies of #87000B
Complementary color
Monochromatic Colors of #87000B
Black with #87000B
Text Example
Text Example
White with #87000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87000B; }
p { color: rgb(135,0,11); }
H1.HeaderClassName
{
color: #87000B;
}
.AnyTagClassName
{
color: #87000B;
}
</style>
background-color css
<style>
a { background-color: #87000B; }
a { background-color: rgb(135,0,11); }
div.DivClassName
{
background-color: #87000B;
}
.BgClassName
{
background-color: #87000B;
}
</style>
border-color css
<style>
span { border-color: #87000B; }
span { border-color: rgb(135,0,11); }
td.TdClassName
{
border-color: #87000B;
}
.TagClassName
{
border-color: #87000B;
}
</style>