Shades of Sangria #870004
Tints of Sangria #870004
RGB
CMYK
RGB Variations
Color information
#870004 (or 0x870004) is known color: Sangria. HEX triplet: 87, 00 and 04. RGB value is (135,0,4). Sum of RGB (Red+Green+Blue) = 135+0+4=139 (18% of max value = 765). Red value is 135 (53.12% from 255 or 97.12% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 135 - color contains mainly: red. Hex color #870004 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870004 is #78FFFB. Grayscale: #282828. Windows color (decimal): -7929852 or 262279. OLE color: 262279.
HSL color Cylindrical-coordinate representation of color #870004: hue angle of 358.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 #870004 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.97 | 0.47 |
| HSL | 358.22º | 1% | 0.26% | - |
| HSV(B) | 358.22º | 1% | 0.53% | - |
| XYZ | 10.01 | 5.16 | 0.58 | - |
| YUV | 40.82 | 107.23 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 4 | 0 | 1 | 0.97 | 0.47 | 358.22 | 1 | 0.26 |
| Hex | 87 | 0 | 4 | 0 | 64 | 61 | 2F | 166 | 64 | 1A |
| Octal | 207 | 0 | 4 | 0 | 144 | 141 | 57 | 546 | 144 | 32 |
| Binary | 10000111 | 0 | 100 | 0 | 1100100 | 1100001 | 101111 | 101100110 | 1100100 | 11010 |
Color Harmonies of #870004
Complementary color
Monochromatic Colors of #870004
Black with #870004
Text Example
Text Example
White with #870004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870004; }
p { color: rgb(135,0,4); }
H1.HeaderClassName
{
color: #870004;
}
.AnyTagClassName
{
color: #870004;
}
</style>
background-color css
<style>
a { background-color: #870004; }
a { background-color: rgb(135,0,4); }
div.DivClassName
{
background-color: #870004;
}
.BgClassName
{
background-color: #870004;
}
</style>
border-color css
<style>
span { border-color: #870004; }
span { border-color: rgb(135,0,4); }
td.TdClassName
{
border-color: #870004;
}
.TagClassName
{
border-color: #870004;
}
</style>