Shades of Sangria #850E14
Tints of Sangria #850E14
RGB
CMYK
RGB Variations
Color information
#850E14 (or 0x850E14) is known color: Sangria. HEX triplet: 85, 0E and 14. RGB value is (133,14,20). Sum of RGB (Red+Green+Blue) = 133+14+20=167 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.64% from 167); Green value is 14 (5.86% from 255 or 8.38% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 133 - color contains mainly: red. Hex color #850E14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850E14 is #7AF1EB. Grayscale: #323232. Windows color (decimal): -8057324 or 1314437. OLE color: 1314437.
HSL color Cylindrical-coordinate representation of color #850E14: hue angle of 356.97º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850E14 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 14 | 20 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.48 |
| HSL | 356.97º | 0.81% | 0.29% | - |
| HSV(B) | 356.97º | 0.89% | 0.52% | - |
| XYZ | 9.96 | 5.35 | 1.17 | - |
| YUV | 50.27 | 110.92 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 14 | 20 | 0 | 0.89 | 0.85 | 0.48 | 356.97 | 0.81 | 0.29 |
| Hex | 85 | E | 14 | 0 | 59 | 55 | 30 | 165 | 51 | 1D |
| Octal | 205 | 16 | 24 | 0 | 131 | 125 | 60 | 545 | 121 | 35 |
| Binary | 10000101 | 1110 | 10100 | 0 | 1011001 | 1010101 | 110000 | 101100101 | 1010001 | 11101 |
Color Harmonies of #850E14
Complementary color
Monochromatic Colors of #850E14
Black with #850E14
Text Example
Text Example
White with #850E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850E14; }
p { color: rgb(133,14,20); }
H1.HeaderClassName
{
color: #850E14;
}
.AnyTagClassName
{
color: #850E14;
}
</style>
background-color css
<style>
a { background-color: #850E14; }
a { background-color: rgb(133,14,20); }
div.DivClassName
{
background-color: #850E14;
}
.BgClassName
{
background-color: #850E14;
}
</style>
border-color css
<style>
span { border-color: #850E14; }
span { border-color: rgb(133,14,20); }
td.TdClassName
{
border-color: #850E14;
}
.TagClassName
{
border-color: #850E14;
}
</style>