Shades of Sangria #85040B
Tints of Sangria #85040B
RGB
CMYK
RGB Variations
Color information
#85040B (or 0x85040B) is known color: Sangria. HEX triplet: 85, 04 and 0B. RGB value is (133,4,11). Sum of RGB (Red+Green+Blue) = 133+4+11=148 (19% of max value = 765). Red value is 133 (52.34% from 255 or 89.86% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 133 - color contains mainly: red. Hex color #85040B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85040B is #7AFBF4. Grayscale: #2B2B2B. Windows color (decimal): -8059893 or 722053. OLE color: 722053.
HSL color Cylindrical-coordinate representation of color #85040B: hue angle of 356.74º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85040B is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 4 | 11 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.48 |
| HSL | 356.74º | 0.94% | 0.27% | - |
| HSV(B) | 356.74º | 0.97% | 0.52% | - |
| XYZ | 9.78 | 5.1 | 0.79 | - |
| YUV | 43.37 | 109.74 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 4 | 11 | 0 | 0.97 | 0.92 | 0.48 | 356.74 | 0.94 | 0.27 |
| Hex | 85 | 4 | B | 0 | 61 | 5C | 30 | 165 | 5E | 1B |
| Octal | 205 | 4 | 13 | 0 | 141 | 134 | 60 | 545 | 136 | 33 |
| Binary | 10000101 | 100 | 1011 | 0 | 1100001 | 1011100 | 110000 | 101100101 | 1011110 | 11011 |
Color Harmonies of #85040B
Complementary color
Monochromatic Colors of #85040B
Black with #85040B
Text Example
Text Example
White with #85040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85040B; }
p { color: rgb(133,4,11); }
H1.HeaderClassName
{
color: #85040B;
}
.AnyTagClassName
{
color: #85040B;
}
</style>
background-color css
<style>
a { background-color: #85040B; }
a { background-color: rgb(133,4,11); }
div.DivClassName
{
background-color: #85040B;
}
.BgClassName
{
background-color: #85040B;
}
</style>
border-color css
<style>
span { border-color: #85040B; }
span { border-color: rgb(133,4,11); }
td.TdClassName
{
border-color: #85040B;
}
.TagClassName
{
border-color: #85040B;
}
</style>