Shades of Sangria #86020B
Tints of Sangria #86020B
RGB
CMYK
RGB Variations
Color information
#86020B (or 0x86020B) is known color: Sangria. HEX triplet: 86, 02 and 0B. RGB value is (134,2,11). Sum of RGB (Red+Green+Blue) = 134+2+11=147 (19% of max value = 765). Red value is 134 (52.73% from 255 or 91.16% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 134 - color contains mainly: red. Hex color #86020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86020B is #79FDF4. Grayscale: #2A2A2A. Windows color (decimal): -7994869 or 721542. OLE color: 721542.
HSL color Cylindrical-coordinate representation of color #86020B: hue angle of 355.91º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86020B is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.47 |
| HSL | 355.91º | 0.97% | 0.27% | - |
| HSV(B) | 355.91º | 0.99% | 0.53% | - |
| XYZ | 9.91 | 5.14 | 0.79 | - |
| YUV | 42.49 | 110.23 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 2 | 11 | 0 | 0.99 | 0.92 | 0.47 | 355.91 | 0.97 | 0.27 |
| Hex | 86 | 2 | B | 0 | 63 | 5C | 2F | 164 | 61 | 1B |
| Octal | 206 | 2 | 13 | 0 | 143 | 134 | 57 | 544 | 141 | 33 |
| Binary | 10000110 | 10 | 1011 | 0 | 1100011 | 1011100 | 101111 | 101100100 | 1100001 | 11011 |
Color Harmonies of #86020B
Complementary color
Monochromatic Colors of #86020B
Black with #86020B
Text Example
Text Example
White with #86020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86020B; }
p { color: rgb(134,2,11); }
H1.HeaderClassName
{
color: #86020B;
}
.AnyTagClassName
{
color: #86020B;
}
</style>
background-color css
<style>
a { background-color: #86020B; }
a { background-color: rgb(134,2,11); }
div.DivClassName
{
background-color: #86020B;
}
.BgClassName
{
background-color: #86020B;
}
</style>
border-color css
<style>
span { border-color: #86020B; }
span { border-color: rgb(134,2,11); }
td.TdClassName
{
border-color: #86020B;
}
.TagClassName
{
border-color: #86020B;
}
</style>