Shades of Sangria #870005
Tints of Sangria #870005
RGB
CMYK
RGB Variations
Color information
#870005 (or 0x870005) is known color: Sangria. HEX triplet: 87, 00 and 05. RGB value is (135,0,5). Sum of RGB (Red+Green+Blue) = 135+0+5=140 (18% of max value = 765). Red value is 135 (53.12% from 255 or 96.43% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 135 - color contains mainly: red. Hex color #870005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870005 is #78FFFA. Grayscale: #292929. Windows color (decimal): -7929851 or 327815. OLE color: 327815.
HSL color Cylindrical-coordinate representation of color #870005: hue angle of 357.78º 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 #870005 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.96 | 0.47 |
| HSL | 357.78º | 1% | 0.26% | - |
| HSV(B) | 357.78º | 1% | 0.53% | - |
| XYZ | 10.02 | 5.16 | 0.61 | - |
| YUV | 40.94 | 107.73 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 5 | 0 | 1 | 0.96 | 0.47 | 357.78 | 1 | 0.26 |
| Hex | 87 | 0 | 5 | 0 | 64 | 60 | 2F | 166 | 64 | 1A |
| Octal | 207 | 0 | 5 | 0 | 144 | 140 | 57 | 546 | 144 | 32 |
| Binary | 10000111 | 0 | 101 | 0 | 1100100 | 1100000 | 101111 | 101100110 | 1100100 | 11010 |
Color Harmonies of #870005
Complementary color
Monochromatic Colors of #870005
Black with #870005
Text Example
Text Example
White with #870005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870005; }
p { color: rgb(135,0,5); }
H1.HeaderClassName
{
color: #870005;
}
.AnyTagClassName
{
color: #870005;
}
</style>
background-color css
<style>
a { background-color: #870005; }
a { background-color: rgb(135,0,5); }
div.DivClassName
{
background-color: #870005;
}
.BgClassName
{
background-color: #870005;
}
</style>
border-color css
<style>
span { border-color: #870005; }
span { border-color: rgb(135,0,5); }
td.TdClassName
{
border-color: #870005;
}
.TagClassName
{
border-color: #870005;
}
</style>