Shades of Sangria #860008
Tints of Sangria #860008
RGB
CMYK
RGB Variations
Color information
#860008 (or 0x860008) is known color: Sangria. HEX triplet: 86, 00 and 08. RGB value is (134,0,8). Sum of RGB (Red+Green+Blue) = 134+0+8=142 (18% of max value = 765). Red value is 134 (52.73% from 255 or 94.37% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 8 (3.52% from 255 or 5.63% from 142); Max value from RGB is 134 - color contains mainly: red. Hex color #860008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860008 is #79FFF7. Grayscale: #292929. Windows color (decimal): -7995384 or 524422. OLE color: 524422.
HSL color Cylindrical-coordinate representation of color #860008: hue angle of 356.42º 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 #860008 is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.94 | 0.47 |
| HSL | 356.42º | 1% | 0.26% | - |
| HSV(B) | 356.42º | 1% | 0.53% | - |
| XYZ | 9.88 | 5.09 | 0.69 | - |
| YUV | 40.98 | 109.39 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 0 | 8 | 0 | 1 | 0.94 | 0.47 | 356.42 | 1 | 0.26 |
| Hex | 86 | 0 | 8 | 0 | 64 | 5E | 2F | 164 | 64 | 1A |
| Octal | 206 | 0 | 10 | 0 | 144 | 136 | 57 | 544 | 144 | 32 |
| Binary | 10000110 | 0 | 1000 | 0 | 1100100 | 1011110 | 101111 | 101100100 | 1100100 | 11010 |
Color Harmonies of #860008
Complementary color
Monochromatic Colors of #860008
Black with #860008
Text Example
Text Example
White with #860008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860008; }
p { color: rgb(134,0,8); }
H1.HeaderClassName
{
color: #860008;
}
.AnyTagClassName
{
color: #860008;
}
</style>
background-color css
<style>
a { background-color: #860008; }
a { background-color: rgb(134,0,8); }
div.DivClassName
{
background-color: #860008;
}
.BgClassName
{
background-color: #860008;
}
</style>
border-color css
<style>
span { border-color: #860008; }
span { border-color: rgb(134,0,8); }
td.TdClassName
{
border-color: #860008;
}
.TagClassName
{
border-color: #860008;
}
</style>