Shades of Sangria #85020A
Tints of Sangria #85020A
RGB
CMYK
RGB Variations
Color information
#85020A (or 0x85020A) is known color: Sangria. HEX triplet: 85, 02 and 0A. RGB value is (133,2,10). Sum of RGB (Red+Green+Blue) = 133+2+10=145 (19% of max value = 765). Red value is 133 (52.34% from 255 or 91.72% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 133 - color contains mainly: red. Hex color #85020A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85020A is #7AFDF5. Grayscale: #2A2A2A. Windows color (decimal): -8060406 or 656005. OLE color: 656005.
HSL color Cylindrical-coordinate representation of color #85020A: hue angle of 356.34º 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 #85020A is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 2 | 10 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.48 |
| HSL | 356.34º | 0.97% | 0.26% | - |
| HSV(B) | 356.34º | 0.98% | 0.52% | - |
| XYZ | 9.75 | 5.05 | 0.75 | - |
| YUV | 42.08 | 109.9 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 10 | 0 | 0.98 | 0.92 | 0.48 | 356.34 | 0.97 | 0.26 |
| Hex | 85 | 2 | A | 0 | 62 | 5C | 30 | 164 | 61 | 1A |
| Octal | 205 | 2 | 12 | 0 | 142 | 134 | 60 | 544 | 141 | 32 |
| Binary | 10000101 | 10 | 1010 | 0 | 1100010 | 1011100 | 110000 | 101100100 | 1100001 | 11010 |
Color Harmonies of #85020A
Complementary color
Monochromatic Colors of #85020A
Black with #85020A
Text Example
Text Example
White with #85020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85020A; }
p { color: rgb(133,2,10); }
H1.HeaderClassName
{
color: #85020A;
}
.AnyTagClassName
{
color: #85020A;
}
</style>
background-color css
<style>
a { background-color: #85020A; }
a { background-color: rgb(133,2,10); }
div.DivClassName
{
background-color: #85020A;
}
.BgClassName
{
background-color: #85020A;
}
</style>
border-color css
<style>
span { border-color: #85020A; }
span { border-color: rgb(133,2,10); }
td.TdClassName
{
border-color: #85020A;
}
.TagClassName
{
border-color: #85020A;
}
</style>