Shades of Sangria #850C0E
Tints of Sangria #850C0E
RGB
CMYK
RGB Variations
Color information
#850C0E (or 0x850C0E) is known color: Sangria. HEX triplet: 85, 0C and 0E. RGB value is (133,12,14). Sum of RGB (Red+Green+Blue) = 133+12+14=159 (21% of max value = 765). Red value is 133 (52.34% from 255 or 83.65% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 133 - color contains mainly: red. Hex color #850C0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850C0E is #7AF3F1. Grayscale: #303030. Windows color (decimal): -8057842 or 920709. OLE color: 920709.
HSL color Cylindrical-coordinate representation of color #850C0E: hue angle of 359.01º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #850C0E is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 12 | 14 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.48 |
| HSL | 359.01º | 0.83% | 0.28% | - |
| HSV(B) | 359.01º | 0.91% | 0.52% | - |
| XYZ | 9.88 | 5.28 | 0.91 | - |
| YUV | 48.41 | 108.59 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 12 | 14 | 0 | 0.91 | 0.89 | 0.48 | 359.01 | 0.83 | 0.28 |
| Hex | 85 | C | E | 0 | 5B | 59 | 30 | 167 | 53 | 1C |
| Octal | 205 | 14 | 16 | 0 | 133 | 131 | 60 | 547 | 123 | 34 |
| Binary | 10000101 | 1100 | 1110 | 0 | 1011011 | 1011001 | 110000 | 101100111 | 1010011 | 11100 |
Color Harmonies of #850C0E
Complementary color
Monochromatic Colors of #850C0E
Black with #850C0E
Text Example
Text Example
White with #850C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850C0E; }
p { color: rgb(133,12,14); }
H1.HeaderClassName
{
color: #850C0E;
}
.AnyTagClassName
{
color: #850C0E;
}
</style>
background-color css
<style>
a { background-color: #850C0E; }
a { background-color: rgb(133,12,14); }
div.DivClassName
{
background-color: #850C0E;
}
.BgClassName
{
background-color: #850C0E;
}
</style>
border-color css
<style>
span { border-color: #850C0E; }
span { border-color: rgb(133,12,14); }
td.TdClassName
{
border-color: #850C0E;
}
.TagClassName
{
border-color: #850C0E;
}
</style>