Shades of Sangria #850E13
Tints of Sangria #850E13
RGB
CMYK
RGB Variations
Color information
#850E13 (or 0x850E13) is known color: Sangria. HEX triplet: 85, 0E and 13. RGB value is (133,14,19). Sum of RGB (Red+Green+Blue) = 133+14+19=166 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.12% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 133 - color contains mainly: red. Hex color #850E13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850E13 is #7AF1EC. Grayscale: #323232. Windows color (decimal): -8057325 or 1248901. OLE color: 1248901.
HSL color Cylindrical-coordinate representation of color #850E13: hue angle of 357.48º 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 #850E13 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 14 | 19 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.48 |
| HSL | 357.48º | 0.81% | 0.29% | - |
| HSV(B) | 357.48º | 0.89% | 0.52% | - |
| XYZ | 9.95 | 5.35 | 1.12 | - |
| YUV | 50.15 | 110.42 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 14 | 19 | 0 | 0.89 | 0.86 | 0.48 | 357.48 | 0.81 | 0.29 |
| Hex | 85 | E | 13 | 0 | 59 | 56 | 30 | 165 | 51 | 1D |
| Octal | 205 | 16 | 23 | 0 | 131 | 126 | 60 | 545 | 121 | 35 |
| Binary | 10000101 | 1110 | 10011 | 0 | 1011001 | 1010110 | 110000 | 101100101 | 1010001 | 11101 |
Color Harmonies of #850E13
Complementary color
Monochromatic Colors of #850E13
Black with #850E13
Text Example
Text Example
White with #850E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850E13; }
p { color: rgb(133,14,19); }
H1.HeaderClassName
{
color: #850E13;
}
.AnyTagClassName
{
color: #850E13;
}
</style>
background-color css
<style>
a { background-color: #850E13; }
a { background-color: rgb(133,14,19); }
div.DivClassName
{
background-color: #850E13;
}
.BgClassName
{
background-color: #850E13;
}
</style>
border-color css
<style>
span { border-color: #850E13; }
span { border-color: rgb(133,14,19); }
td.TdClassName
{
border-color: #850E13;
}
.TagClassName
{
border-color: #850E13;
}
</style>