Shades of Sangria #86010D
Tints of Sangria #86010D
RGB
CMYK
RGB Variations
Color information
#86010D (or 0x86010D) is known color: Sangria. HEX triplet: 86, 01 and 0D. RGB value is (134,1,13). Sum of RGB (Red+Green+Blue) = 134+1+13=148 (19% of max value = 765). Red value is 134 (52.73% from 255 or 90.54% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 134 - color contains mainly: red. Hex color #86010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86010D is #79FEF2. Grayscale: #2A2A2A. Windows color (decimal): -7995123 or 852358. OLE color: 852358.
HSL color Cylindrical-coordinate representation of color #86010D: hue angle of 354.59º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86010D is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.47 |
| HSL | 354.59º | 0.99% | 0.26% | - |
| HSV(B) | 354.59º | 0.99% | 0.53% | - |
| XYZ | 9.92 | 5.12 | 0.85 | - |
| YUV | 42.14 | 111.56 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 13 | 0 | 0.99 | 0.90 | 0.47 | 354.59 | 0.99 | 0.26 |
| Hex | 86 | 1 | D | 0 | 63 | 5A | 2F | 163 | 63 | 1A |
| Octal | 206 | 1 | 15 | 0 | 143 | 132 | 57 | 543 | 143 | 32 |
| Binary | 10000110 | 1 | 1101 | 0 | 1100011 | 1011010 | 101111 | 101100011 | 1100011 | 11010 |
Color Harmonies of #86010D
Complementary color
Monochromatic Colors of #86010D
Black with #86010D
Text Example
Text Example
White with #86010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86010D; }
p { color: rgb(134,1,13); }
H1.HeaderClassName
{
color: #86010D;
}
.AnyTagClassName
{
color: #86010D;
}
</style>
background-color css
<style>
a { background-color: #86010D; }
a { background-color: rgb(134,1,13); }
div.DivClassName
{
background-color: #86010D;
}
.BgClassName
{
background-color: #86010D;
}
</style>
border-color css
<style>
span { border-color: #86010D; }
span { border-color: rgb(134,1,13); }
td.TdClassName
{
border-color: #86010D;
}
.TagClassName
{
border-color: #86010D;
}
</style>