Shades of Sangria #86020F
Tints of Sangria #86020F
RGB
CMYK
RGB Variations
Color information
#86020F (or 0x86020F) is known color: Sangria. HEX triplet: 86, 02 and 0F. RGB value is (134,2,15). Sum of RGB (Red+Green+Blue) = 134+2+15=151 (20% of max value = 765). Red value is 134 (52.73% from 255 or 88.74% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 134 - color contains mainly: red. Hex color #86020F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86020F is #79FDF0. Grayscale: #2B2B2B. Windows color (decimal): -7994865 or 983686. OLE color: 983686.
HSL color Cylindrical-coordinate representation of color #86020F: hue angle of 354.09º 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 #86020F is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.47 |
| HSL | 354.09º | 0.97% | 0.27% | - |
| HSV(B) | 354.09º | 0.99% | 0.53% | - |
| XYZ | 9.94 | 5.15 | 0.92 | - |
| YUV | 42.95 | 112.23 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 2 | 15 | 0 | 0.99 | 0.89 | 0.47 | 354.09 | 0.97 | 0.27 |
| Hex | 86 | 2 | F | 0 | 63 | 59 | 2F | 162 | 61 | 1B |
| Octal | 206 | 2 | 17 | 0 | 143 | 131 | 57 | 542 | 141 | 33 |
| Binary | 10000110 | 10 | 1111 | 0 | 1100011 | 1011001 | 101111 | 101100010 | 1100001 | 11011 |
Color Harmonies of #86020F
Complementary color
Monochromatic Colors of #86020F
Black with #86020F
Text Example
Text Example
White with #86020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86020F; }
p { color: rgb(134,2,15); }
H1.HeaderClassName
{
color: #86020F;
}
.AnyTagClassName
{
color: #86020F;
}
</style>
background-color css
<style>
a { background-color: #86020F; }
a { background-color: rgb(134,2,15); }
div.DivClassName
{
background-color: #86020F;
}
.BgClassName
{
background-color: #86020F;
}
</style>
border-color css
<style>
span { border-color: #86020F; }
span { border-color: rgb(134,2,15); }
td.TdClassName
{
border-color: #86020F;
}
.TagClassName
{
border-color: #86020F;
}
</style>