Shades of Sangria #851213
Tints of Sangria #851213
RGB
CMYK
RGB Variations
Color information
#851213 (or 0x851213) is known color: Sangria. HEX triplet: 85, 12 and 13. RGB value is (133,18,19). Sum of RGB (Red+Green+Blue) = 133+18+19=170 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.24% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 133 - color contains mainly: red. Hex color #851213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851213 is #7AEDEC. Grayscale: #343434. Windows color (decimal): -8056301 or 1249925. OLE color: 1249925.
HSL color Cylindrical-coordinate representation of color #851213: hue angle of 359.48º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851213 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 18 | 19 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.48 |
| HSL | 359.48º | 0.76% | 0.3% | - |
| HSV(B) | 359.48º | 0.86% | 0.52% | - |
| XYZ | 10.01 | 5.47 | 1.14 | - |
| YUV | 52.5 | 109.1 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 18 | 19 | 0 | 0.86 | 0.86 | 0.48 | 359.48 | 0.76 | 0.3 |
| Hex | 85 | 12 | 13 | 0 | 56 | 56 | 30 | 167 | 4C | 1E |
| Octal | 205 | 22 | 23 | 0 | 126 | 126 | 60 | 547 | 114 | 36 |
| Binary | 10000101 | 10010 | 10011 | 0 | 1010110 | 1010110 | 110000 | 101100111 | 1001100 | 11110 |
Color Harmonies of #851213
Complementary color
Monochromatic Colors of #851213
Black with #851213
Text Example
Text Example
White with #851213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851213; }
p { color: rgb(133,18,19); }
H1.HeaderClassName
{
color: #851213;
}
.AnyTagClassName
{
color: #851213;
}
</style>
background-color css
<style>
a { background-color: #851213; }
a { background-color: rgb(133,18,19); }
div.DivClassName
{
background-color: #851213;
}
.BgClassName
{
background-color: #851213;
}
</style>
border-color css
<style>
span { border-color: #851213; }
span { border-color: rgb(133,18,19); }
td.TdClassName
{
border-color: #851213;
}
.TagClassName
{
border-color: #851213;
}
</style>