Shades of Sangria #850712
Tints of Sangria #850712
RGB
CMYK
RGB Variations
Color information
#850712 (or 0x850712) is known color: Sangria. HEX triplet: 85, 07 and 12. RGB value is (133,7,18). Sum of RGB (Red+Green+Blue) = 133+7+18=158 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.18% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 133 - color contains mainly: red. Hex color #850712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850712 is #7AF8ED. Grayscale: #2E2E2E. Windows color (decimal): -8059118 or 1181573. OLE color: 1181573.
HSL color Cylindrical-coordinate representation of color #850712: hue angle of 354.76º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850712 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 7 | 18 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.48 |
| HSL | 354.76º | 0.9% | 0.27% | - |
| HSV(B) | 354.76º | 0.95% | 0.52% | - |
| XYZ | 9.86 | 5.18 | 1.05 | - |
| YUV | 45.93 | 112.24 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 7 | 18 | 0 | 0.95 | 0.86 | 0.48 | 354.76 | 0.9 | 0.27 |
| Hex | 85 | 7 | 12 | 0 | 5F | 56 | 30 | 163 | 5A | 1B |
| Octal | 205 | 7 | 22 | 0 | 137 | 126 | 60 | 543 | 132 | 33 |
| Binary | 10000101 | 111 | 10010 | 0 | 1011111 | 1010110 | 110000 | 101100011 | 1011010 | 11011 |
Color Harmonies of #850712
Complementary color
Monochromatic Colors of #850712
Black with #850712
Text Example
Text Example
White with #850712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850712; }
p { color: rgb(133,7,18); }
H1.HeaderClassName
{
color: #850712;
}
.AnyTagClassName
{
color: #850712;
}
</style>
background-color css
<style>
a { background-color: #850712; }
a { background-color: rgb(133,7,18); }
div.DivClassName
{
background-color: #850712;
}
.BgClassName
{
background-color: #850712;
}
</style>
border-color css
<style>
span { border-color: #850712; }
span { border-color: rgb(133,7,18); }
td.TdClassName
{
border-color: #850712;
}
.TagClassName
{
border-color: #850712;
}
</style>