Shades of Sangria #85020B
Tints of Sangria #85020B
RGB
CMYK
RGB Variations
Color information
#85020B (or 0x85020B) is known color: Sangria. HEX triplet: 85, 02 and 0B. RGB value is (133,2,11). Sum of RGB (Red+Green+Blue) = 133+2+11=146 (19% of max value = 765). Red value is 133 (52.34% from 255 or 91.10% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 133 - color contains mainly: red. Hex color #85020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85020B is #7AFDF4. Grayscale: #2A2A2A. Windows color (decimal): -8060405 or 721541. OLE color: 721541.
HSL color Cylindrical-coordinate representation of color #85020B: hue angle of 355.88º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85020B is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 2 | 11 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.48 |
| HSL | 355.88º | 0.97% | 0.26% | - |
| HSV(B) | 355.88º | 0.98% | 0.52% | - |
| XYZ | 9.75 | 5.05 | 0.78 | - |
| YUV | 42.2 | 110.4 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 11 | 0 | 0.98 | 0.92 | 0.48 | 355.88 | 0.97 | 0.26 |
| Hex | 85 | 2 | B | 0 | 62 | 5C | 30 | 164 | 61 | 1A |
| Octal | 205 | 2 | 13 | 0 | 142 | 134 | 60 | 544 | 141 | 32 |
| Binary | 10000101 | 10 | 1011 | 0 | 1100010 | 1011100 | 110000 | 101100100 | 1100001 | 11010 |
Color Harmonies of #85020B
Complementary color
Monochromatic Colors of #85020B
Black with #85020B
Text Example
Text Example
White with #85020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85020B; }
p { color: rgb(133,2,11); }
H1.HeaderClassName
{
color: #85020B;
}
.AnyTagClassName
{
color: #85020B;
}
</style>
background-color css
<style>
a { background-color: #85020B; }
a { background-color: rgb(133,2,11); }
div.DivClassName
{
background-color: #85020B;
}
.BgClassName
{
background-color: #85020B;
}
</style>
border-color css
<style>
span { border-color: #85020B; }
span { border-color: rgb(133,2,11); }
td.TdClassName
{
border-color: #85020B;
}
.TagClassName
{
border-color: #85020B;
}
</style>