Shades of Sangria #860405
Tints of Sangria #860405
RGB
CMYK
RGB Variations
Color information
#860405 (or 0x860405) is known color: Sangria. HEX triplet: 86, 04 and 05. RGB value is (134,4,5). Sum of RGB (Red+Green+Blue) = 134+4+5=143 (18% of max value = 765). Red value is 134 (52.73% from 255 or 93.71% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 134 - color contains mainly: red. Hex color #860405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860405 is #79FBFA. Grayscale: #2B2B2B. Windows color (decimal): -7994363 or 328838. OLE color: 328838.
HSL color Cylindrical-coordinate representation of color #860405: hue angle of 359.54º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #860405 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 4 | 5 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.47 |
| HSL | 359.54º | 0.94% | 0.27% | - |
| HSV(B) | 359.54º | 0.97% | 0.53% | - |
| XYZ | 9.9 | 5.17 | 0.62 | - |
| YUV | 42.98 | 106.57 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 4 | 5 | 0 | 0.97 | 0.96 | 0.47 | 359.54 | 0.94 | 0.27 |
| Hex | 86 | 4 | 5 | 0 | 61 | 60 | 2F | 168 | 5E | 1B |
| Octal | 206 | 4 | 5 | 0 | 141 | 140 | 57 | 550 | 136 | 33 |
| Binary | 10000110 | 100 | 101 | 0 | 1100001 | 1100000 | 101111 | 101101000 | 1011110 | 11011 |
Color Harmonies of #860405
Complementary color
Monochromatic Colors of #860405
Black with #860405
Text Example
Text Example
White with #860405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860405; }
p { color: rgb(134,4,5); }
H1.HeaderClassName
{
color: #860405;
}
.AnyTagClassName
{
color: #860405;
}
</style>
background-color css
<style>
a { background-color: #860405; }
a { background-color: rgb(134,4,5); }
div.DivClassName
{
background-color: #860405;
}
.BgClassName
{
background-color: #860405;
}
</style>
border-color css
<style>
span { border-color: #860405; }
span { border-color: rgb(134,4,5); }
td.TdClassName
{
border-color: #860405;
}
.TagClassName
{
border-color: #860405;
}
</style>