Shades of Sangria #86000D
Tints of Sangria #86000D
RGB
CMYK
RGB Variations
Color information
#86000D (or 0x86000D) is known color: Sangria. HEX triplet: 86, 00 and 0D. RGB value is (134,0,13). Sum of RGB (Red+Green+Blue) = 134+0+13=147 (19% of max value = 765). Red value is 134 (52.73% from 255 or 91.16% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 134 - color contains mainly: red. Hex color #86000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86000D is #79FFF2. Grayscale: #292929. Windows color (decimal): -7995379 or 852102. OLE color: 852102.
HSL color Cylindrical-coordinate representation of color #86000D: hue angle of 354.18º 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 #86000D is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.90 | 0.47 |
| HSL | 354.18º | 1% | 0.26% | - |
| HSV(B) | 354.18º | 1% | 0.53% | - |
| XYZ | 9.9 | 5.1 | 0.84 | - |
| YUV | 41.55 | 111.89 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 0 | 13 | 0 | 1 | 0.90 | 0.47 | 354.18 | 1 | 0.26 |
| Hex | 86 | 0 | D | 0 | 64 | 5A | 2F | 162 | 64 | 1A |
| Octal | 206 | 0 | 15 | 0 | 144 | 132 | 57 | 542 | 144 | 32 |
| Binary | 10000110 | 0 | 1101 | 0 | 1100100 | 1011010 | 101111 | 101100010 | 1100100 | 11010 |
Color Harmonies of #86000D
Complementary color
Monochromatic Colors of #86000D
Black with #86000D
Text Example
Text Example
White with #86000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86000D; }
p { color: rgb(134,0,13); }
H1.HeaderClassName
{
color: #86000D;
}
.AnyTagClassName
{
color: #86000D;
}
</style>
background-color css
<style>
a { background-color: #86000D; }
a { background-color: rgb(134,0,13); }
div.DivClassName
{
background-color: #86000D;
}
.BgClassName
{
background-color: #86000D;
}
</style>
border-color css
<style>
span { border-color: #86000D; }
span { border-color: rgb(134,0,13); }
td.TdClassName
{
border-color: #86000D;
}
.TagClassName
{
border-color: #86000D;
}
</style>