Shades of Sangria #85020C
Tints of Sangria #85020C
RGB
CMYK
RGB Variations
Color information
#85020C (or 0x85020C) is known color: Sangria. HEX triplet: 85, 02 and 0C. RGB value is (133,2,12). Sum of RGB (Red+Green+Blue) = 133+2+12=147 (19% of max value = 765). Red value is 133 (52.34% from 255 or 90.48% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 133 - color contains mainly: red. Hex color #85020C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85020C is #7AFDF3. Grayscale: #2A2A2A. Windows color (decimal): -8060404 or 787077. OLE color: 787077.
HSL color Cylindrical-coordinate representation of color #85020C: hue angle of 355.42º 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 #85020C is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 2 | 12 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.48 |
| HSL | 355.42º | 0.97% | 0.26% | - |
| HSV(B) | 355.42º | 0.98% | 0.52% | - |
| XYZ | 9.76 | 5.06 | 0.81 | - |
| YUV | 42.31 | 110.9 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 12 | 0 | 0.98 | 0.91 | 0.48 | 355.42 | 0.97 | 0.26 |
| Hex | 85 | 2 | C | 0 | 62 | 5B | 30 | 163 | 61 | 1A |
| Octal | 205 | 2 | 14 | 0 | 142 | 133 | 60 | 543 | 141 | 32 |
| Binary | 10000101 | 10 | 1100 | 0 | 1100010 | 1011011 | 110000 | 101100011 | 1100001 | 11010 |
Color Harmonies of #85020C
Complementary color
Monochromatic Colors of #85020C
Black with #85020C
Text Example
Text Example
White with #85020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85020C; }
p { color: rgb(133,2,12); }
H1.HeaderClassName
{
color: #85020C;
}
.AnyTagClassName
{
color: #85020C;
}
</style>
background-color css
<style>
a { background-color: #85020C; }
a { background-color: rgb(133,2,12); }
div.DivClassName
{
background-color: #85020C;
}
.BgClassName
{
background-color: #85020C;
}
</style>
border-color css
<style>
span { border-color: #85020C; }
span { border-color: rgb(133,2,12); }
td.TdClassName
{
border-color: #85020C;
}
.TagClassName
{
border-color: #85020C;
}
</style>