Shades of Sangria #86080F
Tints of Sangria #86080F
RGB
CMYK
RGB Variations
Color information
#86080F (or 0x86080F) is known color: Sangria. HEX triplet: 86, 08 and 0F. RGB value is (134,8,15). Sum of RGB (Red+Green+Blue) = 134+8+15=157 (20% of max value = 765). Red value is 134 (52.73% from 255 or 85.35% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 134 - color contains mainly: red. Hex color #86080F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #86080F is #79F7F0. Grayscale: #2E2E2E. Windows color (decimal): -7993329 or 985222. OLE color: 985222.
HSL color Cylindrical-coordinate representation of color #86080F: hue angle of 356.67º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86080F is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 8 | 15 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.47 |
| HSL | 356.67º | 0.89% | 0.28% | - |
| HSV(B) | 356.67º | 0.94% | 0.53% | - |
| XYZ | 10 | 5.28 | 0.94 | - |
| YUV | 46.47 | 110.24 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 8 | 15 | 0 | 0.94 | 0.89 | 0.47 | 356.67 | 0.89 | 0.28 |
| Hex | 86 | 8 | F | 0 | 5E | 59 | 2F | 165 | 59 | 1C |
| Octal | 206 | 10 | 17 | 0 | 136 | 131 | 57 | 545 | 131 | 34 |
| Binary | 10000110 | 1000 | 1111 | 0 | 1011110 | 1011001 | 101111 | 101100101 | 1011001 | 11100 |
Color Harmonies of #86080F
Complementary color
Monochromatic Colors of #86080F
Black with #86080F
Text Example
Text Example
White with #86080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86080F; }
p { color: rgb(134,8,15); }
H1.HeaderClassName
{
color: #86080F;
}
.AnyTagClassName
{
color: #86080F;
}
</style>
background-color css
<style>
a { background-color: #86080F; }
a { background-color: rgb(134,8,15); }
div.DivClassName
{
background-color: #86080F;
}
.BgClassName
{
background-color: #86080F;
}
</style>
border-color css
<style>
span { border-color: #86080F; }
span { border-color: rgb(134,8,15); }
td.TdClassName
{
border-color: #86080F;
}
.TagClassName
{
border-color: #86080F;
}
</style>