Shades of Sangria #860103
Tints of Sangria #860103
RGB
CMYK
RGB Variations
Color information
#860103 (or 0x860103) is known color: Sangria. HEX triplet: 86, 01 and 03. RGB value is (134,1,3). Sum of RGB (Red+Green+Blue) = 134+1+3=138 (18% of max value = 765). Red value is 134 (52.73% from 255 or 97.10% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 134 - color contains mainly: red. Hex color #860103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860103 is #79FEFC. Grayscale: #292929. Windows color (decimal): -7995133 or 196998. OLE color: 196998.
HSL color Cylindrical-coordinate representation of color #860103: hue angle of 359.1º 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 #860103 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 1 | 3 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.47 |
| HSL | 359.1º | 0.99% | 0.26% | - |
| HSV(B) | 359.1º | 0.99% | 0.53% | - |
| XYZ | 9.86 | 5.1 | 0.55 | - |
| YUV | 41 | 106.56 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 3 | 0 | 0.99 | 0.98 | 0.47 | 359.1 | 0.99 | 0.26 |
| Hex | 86 | 1 | 3 | 0 | 63 | 62 | 2F | 167 | 63 | 1A |
| Octal | 206 | 1 | 3 | 0 | 143 | 142 | 57 | 547 | 143 | 32 |
| Binary | 10000110 | 1 | 11 | 0 | 1100011 | 1100010 | 101111 | 101100111 | 1100011 | 11010 |
Color Harmonies of #860103
Complementary color
Monochromatic Colors of #860103
Black with #860103
Text Example
Text Example
White with #860103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860103; }
p { color: rgb(134,1,3); }
H1.HeaderClassName
{
color: #860103;
}
.AnyTagClassName
{
color: #860103;
}
</style>
background-color css
<style>
a { background-color: #860103; }
a { background-color: rgb(134,1,3); }
div.DivClassName
{
background-color: #860103;
}
.BgClassName
{
background-color: #860103;
}
</style>
border-color css
<style>
span { border-color: #860103; }
span { border-color: rgb(134,1,3); }
td.TdClassName
{
border-color: #860103;
}
.TagClassName
{
border-color: #860103;
}
</style>