Shades of Sangria #850012
Tints of Sangria #850012
RGB
CMYK
RGB Variations
Color information
#850012 (or 0x850012) is known color: Sangria. HEX triplet: 85, 00 and 12. RGB value is (133,0,18). Sum of RGB (Red+Green+Blue) = 133+0+18=151 (20% of max value = 765). Red value is 133 (52.34% from 255 or 88.08% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 133 - color contains mainly: red. Hex color #850012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850012 is #7AFFED. Grayscale: #292929. Windows color (decimal): -8060910 or 1179781. OLE color: 1179781.
HSL color Cylindrical-coordinate representation of color #850012: hue angle of 351.88º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #850012 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.86 | 0.48 |
| HSL | 351.88º | 1% | 0.26% | - |
| HSV(B) | 351.88º | 1% | 0.52% | - |
| XYZ | 9.78 | 5.03 | 1.03 | - |
| YUV | 41.82 | 114.56 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 18 | 0 | 1 | 0.86 | 0.48 | 351.88 | 1 | 0.26 |
| Hex | 85 | 0 | 12 | 0 | 64 | 56 | 30 | 160 | 64 | 1A |
| Octal | 205 | 0 | 22 | 0 | 144 | 126 | 60 | 540 | 144 | 32 |
| Binary | 10000101 | 0 | 10010 | 0 | 1100100 | 1010110 | 110000 | 101100000 | 1100100 | 11010 |
Color Harmonies of #850012
Complementary color
Monochromatic Colors of #850012
Black with #850012
Text Example
Text Example
White with #850012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850012; }
p { color: rgb(133,0,18); }
H1.HeaderClassName
{
color: #850012;
}
.AnyTagClassName
{
color: #850012;
}
</style>
background-color css
<style>
a { background-color: #850012; }
a { background-color: rgb(133,0,18); }
div.DivClassName
{
background-color: #850012;
}
.BgClassName
{
background-color: #850012;
}
</style>
border-color css
<style>
span { border-color: #850012; }
span { border-color: rgb(133,0,18); }
td.TdClassName
{
border-color: #850012;
}
.TagClassName
{
border-color: #850012;
}
</style>