Shades of Sangria #870011
Tints of Sangria #870011
RGB
CMYK
RGB Variations
Color information
#870011 (or 0x870011) is known color: Sangria. HEX triplet: 87, 00 and 11. RGB value is (135,0,17). Sum of RGB (Red+Green+Blue) = 135+0+17=152 (20% of max value = 765). Red value is 135 (53.12% from 255 or 88.82% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 135 - color contains mainly: red. Hex color #870011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870011 is #78FFEE. Grayscale: #2A2A2A. Windows color (decimal): -7929839 or 1114247. OLE color: 1114247.
HSL color Cylindrical-coordinate representation of color #870011: hue angle of 352.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 #870011 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.87 | 0.47 |
| HSL | 352.44º | 1% | 0.26% | - |
| HSV(B) | 352.44º | 1% | 0.53% | - |
| XYZ | 10.09 | 5.19 | 1 | - |
| YUV | 42.3 | 113.73 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 17 | 0 | 1 | 0.87 | 0.47 | 352.44 | 1 | 0.26 |
| Hex | 87 | 0 | 11 | 0 | 64 | 57 | 2F | 160 | 64 | 1A |
| Octal | 207 | 0 | 21 | 0 | 144 | 127 | 57 | 540 | 144 | 32 |
| Binary | 10000111 | 0 | 10001 | 0 | 1100100 | 1010111 | 101111 | 101100000 | 1100100 | 11010 |
Color Harmonies of #870011
Complementary color
Monochromatic Colors of #870011
Black with #870011
Text Example
Text Example
White with #870011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870011; }
p { color: rgb(135,0,17); }
H1.HeaderClassName
{
color: #870011;
}
.AnyTagClassName
{
color: #870011;
}
</style>
background-color css
<style>
a { background-color: #870011; }
a { background-color: rgb(135,0,17); }
div.DivClassName
{
background-color: #870011;
}
.BgClassName
{
background-color: #870011;
}
</style>
border-color css
<style>
span { border-color: #870011; }
span { border-color: rgb(135,0,17); }
td.TdClassName
{
border-color: #870011;
}
.TagClassName
{
border-color: #870011;
}
</style>