Shades of Sangria #870008
Tints of Sangria #870008
RGB
CMYK
RGB Variations
Color information
#870008 (or 0x870008) is known color: Sangria. HEX triplet: 87, 00 and 08. RGB value is (135,0,8). Sum of RGB (Red+Green+Blue) = 135+0+8=143 (18% of max value = 765). Red value is 135 (53.12% from 255 or 94.41% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 135 - color contains mainly: red. Hex color #870008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870008 is #78FFF7. Grayscale: #292929. Windows color (decimal): -7929848 or 524423. OLE color: 524423.
HSL color Cylindrical-coordinate representation of color #870008: hue angle of 356.44º 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 #870008 is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.94 | 0.47 |
| HSL | 356.44º | 1% | 0.26% | - |
| HSV(B) | 356.44º | 1% | 0.53% | - |
| XYZ | 10.04 | 5.17 | 0.7 | - |
| YUV | 41.28 | 109.23 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 8 | 0 | 1 | 0.94 | 0.47 | 356.44 | 1 | 0.26 |
| Hex | 87 | 0 | 8 | 0 | 64 | 5E | 2F | 164 | 64 | 1A |
| Octal | 207 | 0 | 10 | 0 | 144 | 136 | 57 | 544 | 144 | 32 |
| Binary | 10000111 | 0 | 1000 | 0 | 1100100 | 1011110 | 101111 | 101100100 | 1100100 | 11010 |
Color Harmonies of #870008
Complementary color
Monochromatic Colors of #870008
Black with #870008
Text Example
Text Example
White with #870008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870008; }
p { color: rgb(135,0,8); }
H1.HeaderClassName
{
color: #870008;
}
.AnyTagClassName
{
color: #870008;
}
</style>
background-color css
<style>
a { background-color: #870008; }
a { background-color: rgb(135,0,8); }
div.DivClassName
{
background-color: #870008;
}
.BgClassName
{
background-color: #870008;
}
</style>
border-color css
<style>
span { border-color: #870008; }
span { border-color: rgb(135,0,8); }
td.TdClassName
{
border-color: #870008;
}
.TagClassName
{
border-color: #870008;
}
</style>