Shades of Sangria #87000D
Tints of Sangria #87000D
RGB
CMYK
RGB Variations
Color information
#87000D (or 0x87000D) is known color: Sangria. HEX triplet: 87, 00 and 0D. RGB value is (135,0,13). Sum of RGB (Red+Green+Blue) = 135+0+13=148 (19% of max value = 765). Red value is 135 (53.12% from 255 or 91.22% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 135 - color contains mainly: red. Hex color #87000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87000D is #78FFF2. Grayscale: #292929. Windows color (decimal): -7929843 or 852103. OLE color: 852103.
HSL color Cylindrical-coordinate representation of color #87000D: hue angle of 354.22º 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 #87000D is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.90 | 0.47 |
| HSL | 354.22º | 1% | 0.26% | - |
| HSV(B) | 354.22º | 1% | 0.53% | - |
| XYZ | 10.06 | 5.18 | 0.85 | - |
| YUV | 41.85 | 111.73 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 13 | 0 | 1 | 0.90 | 0.47 | 354.22 | 1 | 0.26 |
| Hex | 87 | 0 | D | 0 | 64 | 5A | 2F | 162 | 64 | 1A |
| Octal | 207 | 0 | 15 | 0 | 144 | 132 | 57 | 542 | 144 | 32 |
| Binary | 10000111 | 0 | 1101 | 0 | 1100100 | 1011010 | 101111 | 101100010 | 1100100 | 11010 |
Color Harmonies of #87000D
Complementary color
Monochromatic Colors of #87000D
Black with #87000D
Text Example
Text Example
White with #87000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87000D; }
p { color: rgb(135,0,13); }
H1.HeaderClassName
{
color: #87000D;
}
.AnyTagClassName
{
color: #87000D;
}
</style>
background-color css
<style>
a { background-color: #87000D; }
a { background-color: rgb(135,0,13); }
div.DivClassName
{
background-color: #87000D;
}
.BgClassName
{
background-color: #87000D;
}
</style>
border-color css
<style>
span { border-color: #87000D; }
span { border-color: rgb(135,0,13); }
td.TdClassName
{
border-color: #87000D;
}
.TagClassName
{
border-color: #87000D;
}
</style>