Shades of Sangria #85010B
Tints of Sangria #85010B
RGB
CMYK
RGB Variations
Color information
#85010B (or 0x85010B) is known color: Sangria. HEX triplet: 85, 01 and 0B. RGB value is (133,1,11). Sum of RGB (Red+Green+Blue) = 133+1+11=145 (19% of max value = 765). Red value is 133 (52.34% from 255 or 91.72% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 133 - color contains mainly: red. Hex color #85010B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85010B is #7AFEF4. Grayscale: #292929. Windows color (decimal): -8060661 or 721285. OLE color: 721285.
HSL color Cylindrical-coordinate representation of color #85010B: hue angle of 355.45º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85010B is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.48 |
| HSL | 355.45º | 0.99% | 0.26% | - |
| HSV(B) | 355.45º | 0.99% | 0.52% | - |
| XYZ | 9.74 | 5.03 | 0.77 | - |
| YUV | 41.61 | 110.73 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 11 | 0 | 0.99 | 0.92 | 0.48 | 355.45 | 0.99 | 0.26 |
| Hex | 85 | 1 | B | 0 | 63 | 5C | 30 | 163 | 63 | 1A |
| Octal | 205 | 1 | 13 | 0 | 143 | 134 | 60 | 543 | 143 | 32 |
| Binary | 10000101 | 1 | 1011 | 0 | 1100011 | 1011100 | 110000 | 101100011 | 1100011 | 11010 |
Color Harmonies of #85010B
Complementary color
Monochromatic Colors of #85010B
Black with #85010B
Text Example
Text Example
White with #85010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85010B; }
p { color: rgb(133,1,11); }
H1.HeaderClassName
{
color: #85010B;
}
.AnyTagClassName
{
color: #85010B;
}
</style>
background-color css
<style>
a { background-color: #85010B; }
a { background-color: rgb(133,1,11); }
div.DivClassName
{
background-color: #85010B;
}
.BgClassName
{
background-color: #85010B;
}
</style>
border-color css
<style>
span { border-color: #85010B; }
span { border-color: rgb(133,1,11); }
td.TdClassName
{
border-color: #85010B;
}
.TagClassName
{
border-color: #85010B;
}
</style>