Shades of Sangria #870001
Tints of Sangria #870001
RGB
CMYK
RGB Variations
Color information
#870001 (or 0x870001) is known color: Sangria. HEX triplet: 87, 00 and 01. RGB value is (135,0,1). Sum of RGB (Red+Green+Blue) = 135+0+1=136 (18% of max value = 765). Red value is 135 (53.12% from 255 or 99.26% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 135 - color contains mainly: red. Hex color #870001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870001 is #78FFFE. Grayscale: #282828. Windows color (decimal): -7929855 or 65671. OLE color: 65671.
HSL color Cylindrical-coordinate representation of color #870001: hue angle of 359.56º 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 #870001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.99 | 0.47 |
| HSL | 359.56º | 1% | 0.26% | - |
| HSV(B) | 359.56º | 1% | 0.53% | - |
| XYZ | 10 | 5.15 | 0.5 | - |
| YUV | 40.48 | 105.73 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 1 | 0 | 1 | 0.99 | 0.47 | 359.56 | 1 | 0.26 |
| Hex | 87 | 0 | 1 | 0 | 64 | 63 | 2F | 168 | 64 | 1A |
| Octal | 207 | 0 | 1 | 0 | 144 | 143 | 57 | 550 | 144 | 32 |
| Binary | 10000111 | 0 | 1 | 0 | 1100100 | 1100011 | 101111 | 101101000 | 1100100 | 11010 |
Color Harmonies of #870001
Complementary color
Monochromatic Colors of #870001
Black with #870001
Text Example
Text Example
White with #870001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870001; }
p { color: rgb(135,0,1); }
H1.HeaderClassName
{
color: #870001;
}
.AnyTagClassName
{
color: #870001;
}
</style>
background-color css
<style>
a { background-color: #870001; }
a { background-color: rgb(135,0,1); }
div.DivClassName
{
background-color: #870001;
}
.BgClassName
{
background-color: #870001;
}
</style>
border-color css
<style>
span { border-color: #870001; }
span { border-color: rgb(135,0,1); }
td.TdClassName
{
border-color: #870001;
}
.TagClassName
{
border-color: #870001;
}
</style>