Shades of Sangria #850B12
Tints of Sangria #850B12
RGB
CMYK
RGB Variations
Color information
#850B12 (or 0x850B12) is known color: Sangria. HEX triplet: 85, 0B and 12. RGB value is (133,11,18). Sum of RGB (Red+Green+Blue) = 133+11+18=162 (21% of max value = 765). Red value is 133 (52.34% from 255 or 82.10% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 133 - color contains mainly: red. Hex color #850B12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850B12 is #7AF4ED. Grayscale: #303030. Windows color (decimal): -8058094 or 1182597. OLE color: 1182597.
HSL color Cylindrical-coordinate representation of color #850B12: hue angle of 356.56º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850B12 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 11 | 18 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.48 |
| HSL | 356.56º | 0.85% | 0.28% | - |
| HSV(B) | 356.56º | 0.92% | 0.52% | - |
| XYZ | 9.9 | 5.27 | 1.07 | - |
| YUV | 48.28 | 110.92 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 11 | 18 | 0 | 0.92 | 0.86 | 0.48 | 356.56 | 0.85 | 0.28 |
| Hex | 85 | B | 12 | 0 | 5C | 56 | 30 | 165 | 55 | 1C |
| Octal | 205 | 13 | 22 | 0 | 134 | 126 | 60 | 545 | 125 | 34 |
| Binary | 10000101 | 1011 | 10010 | 0 | 1011100 | 1010110 | 110000 | 101100101 | 1010101 | 11100 |
Color Harmonies of #850B12
Complementary color
Monochromatic Colors of #850B12
Black with #850B12
Text Example
Text Example
White with #850B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850B12; }
p { color: rgb(133,11,18); }
H1.HeaderClassName
{
color: #850B12;
}
.AnyTagClassName
{
color: #850B12;
}
</style>
background-color css
<style>
a { background-color: #850B12; }
a { background-color: rgb(133,11,18); }
div.DivClassName
{
background-color: #850B12;
}
.BgClassName
{
background-color: #850B12;
}
</style>
border-color css
<style>
span { border-color: #850B12; }
span { border-color: rgb(133,11,18); }
td.TdClassName
{
border-color: #850B12;
}
.TagClassName
{
border-color: #850B12;
}
</style>