Shades of Sangria #850D0E
Tints of Sangria #850D0E
RGB
CMYK
RGB Variations
Color information
#850D0E (or 0x850D0E) is known color: Sangria. HEX triplet: 85, 0D and 0E. RGB value is (133,13,14). Sum of RGB (Red+Green+Blue) = 133+13+14=160 (21% of max value = 765). Red value is 133 (52.34% from 255 or 83.12% from 160); Green value is 13 (5.47% from 255 or 8.12% from 160); Blue value is 14 (5.86% from 255 or 8.75% from 160); Max value from RGB is 133 - color contains mainly: red. Hex color #850D0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850D0E is #7AF2F1. Grayscale: #313131. Windows color (decimal): -8057586 or 920965. OLE color: 920965.
HSL color Cylindrical-coordinate representation of color #850D0E: hue angle of 359.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #850D0E is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 13 | 14 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.48 |
| HSL | 359.5º | 0.82% | 0.29% | - |
| HSV(B) | 359.5º | 0.9% | 0.52% | - |
| XYZ | 9.9 | 5.31 | 0.92 | - |
| YUV | 48.99 | 108.26 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 14 | 0 | 0.90 | 0.89 | 0.48 | 359.5 | 0.82 | 0.29 |
| Hex | 85 | D | E | 0 | 5A | 59 | 30 | 168 | 52 | 1D |
| Octal | 205 | 15 | 16 | 0 | 132 | 131 | 60 | 550 | 122 | 35 |
| Binary | 10000101 | 1101 | 1110 | 0 | 1011010 | 1011001 | 110000 | 101101000 | 1010010 | 11101 |
Color Harmonies of #850D0E
Complementary color
Monochromatic Colors of #850D0E
Black with #850D0E
Text Example
Text Example
White with #850D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850D0E; }
p { color: rgb(133,13,14); }
H1.HeaderClassName
{
color: #850D0E;
}
.AnyTagClassName
{
color: #850D0E;
}
</style>
background-color css
<style>
a { background-color: #850D0E; }
a { background-color: rgb(133,13,14); }
div.DivClassName
{
background-color: #850D0E;
}
.BgClassName
{
background-color: #850D0E;
}
</style>
border-color css
<style>
span { border-color: #850D0E; }
span { border-color: rgb(133,13,14); }
td.TdClassName
{
border-color: #850D0E;
}
.TagClassName
{
border-color: #850D0E;
}
</style>