Shades of Sangria #85020D
Tints of Sangria #85020D
RGB
CMYK
RGB Variations
Color information
#85020D (or 0x85020D) is known color: Sangria. HEX triplet: 85, 02 and 0D. RGB value is (133,2,13). Sum of RGB (Red+Green+Blue) = 133+2+13=148 (19% of max value = 765). Red value is 133 (52.34% from 255 or 89.86% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 133 - color contains mainly: red. Hex color #85020D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85020D is #7AFDF2. Grayscale: #2A2A2A. Windows color (decimal): -8060403 or 852613. OLE color: 852613.
HSL color Cylindrical-coordinate representation of color #85020D: hue angle of 354.96º 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 #85020D is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 2 | 13 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.48 |
| HSL | 354.96º | 0.97% | 0.26% | - |
| HSV(B) | 354.96º | 0.98% | 0.52% | - |
| XYZ | 9.77 | 5.06 | 0.84 | - |
| YUV | 42.42 | 111.4 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 13 | 0 | 0.98 | 0.90 | 0.48 | 354.96 | 0.97 | 0.26 |
| Hex | 85 | 2 | D | 0 | 62 | 5A | 30 | 163 | 61 | 1A |
| Octal | 205 | 2 | 15 | 0 | 142 | 132 | 60 | 543 | 141 | 32 |
| Binary | 10000101 | 10 | 1101 | 0 | 1100010 | 1011010 | 110000 | 101100011 | 1100001 | 11010 |
Color Harmonies of #85020D
Complementary color
Monochromatic Colors of #85020D
Black with #85020D
Text Example
Text Example
White with #85020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85020D; }
p { color: rgb(133,2,13); }
H1.HeaderClassName
{
color: #85020D;
}
.AnyTagClassName
{
color: #85020D;
}
</style>
background-color css
<style>
a { background-color: #85020D; }
a { background-color: rgb(133,2,13); }
div.DivClassName
{
background-color: #85020D;
}
.BgClassName
{
background-color: #85020D;
}
</style>
border-color css
<style>
span { border-color: #85020D; }
span { border-color: rgb(133,2,13); }
td.TdClassName
{
border-color: #85020D;
}
.TagClassName
{
border-color: #85020D;
}
</style>