Shades of Sangria #850F12
Tints of Sangria #850F12
RGB
CMYK
RGB Variations
Color information
#850F12 (or 0x850F12) is known color: Sangria. HEX triplet: 85, 0F and 12. RGB value is (133,15,18). Sum of RGB (Red+Green+Blue) = 133+15+18=166 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.12% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 133 - color contains mainly: red. Hex color #850F12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850F12 is #7AF0ED. Grayscale: #323232. Windows color (decimal): -8057070 or 1183621. OLE color: 1183621.
HSL color Cylindrical-coordinate representation of color #850F12: hue angle of 358.47º degrees, saturation: 0.8, 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 #850F12 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 15 | 18 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.48 |
| HSL | 358.47º | 0.8% | 0.29% | - |
| HSV(B) | 358.47º | 0.89% | 0.52% | - |
| XYZ | 9.95 | 5.37 | 1.08 | - |
| YUV | 50.62 | 109.59 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 15 | 18 | 0 | 0.89 | 0.86 | 0.48 | 358.47 | 0.8 | 0.29 |
| Hex | 85 | F | 12 | 0 | 59 | 56 | 30 | 166 | 50 | 1D |
| Octal | 205 | 17 | 22 | 0 | 131 | 126 | 60 | 546 | 120 | 35 |
| Binary | 10000101 | 1111 | 10010 | 0 | 1011001 | 1010110 | 110000 | 101100110 | 1010000 | 11101 |
Color Harmonies of #850F12
Complementary color
Monochromatic Colors of #850F12
Black with #850F12
Text Example
Text Example
White with #850F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850F12; }
p { color: rgb(133,15,18); }
H1.HeaderClassName
{
color: #850F12;
}
.AnyTagClassName
{
color: #850F12;
}
</style>
background-color css
<style>
a { background-color: #850F12; }
a { background-color: rgb(133,15,18); }
div.DivClassName
{
background-color: #850F12;
}
.BgClassName
{
background-color: #850F12;
}
</style>
border-color css
<style>
span { border-color: #850F12; }
span { border-color: rgb(133,15,18); }
td.TdClassName
{
border-color: #850F12;
}
.TagClassName
{
border-color: #850F12;
}
</style>