Shades of Sangria #85010D
Tints of Sangria #85010D
RGB
CMYK
RGB Variations
Color information
#85010D (or 0x85010D) is known color: Sangria. HEX triplet: 85, 01 and 0D. RGB value is (133,1,13). Sum of RGB (Red+Green+Blue) = 133+1+13=147 (19% of max value = 765). Red value is 133 (52.34% from 255 or 90.48% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 133 - color contains mainly: red. Hex color #85010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85010D is #7AFEF2. Grayscale: #292929. Windows color (decimal): -8060659 or 852357. OLE color: 852357.
HSL color Cylindrical-coordinate representation of color #85010D: hue angle of 354.55º 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 #85010D is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.48 |
| HSL | 354.55º | 0.99% | 0.26% | - |
| HSV(B) | 354.55º | 0.99% | 0.52% | - |
| XYZ | 9.76 | 5.04 | 0.84 | - |
| YUV | 41.84 | 111.73 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 13 | 0 | 0.99 | 0.90 | 0.48 | 354.55 | 0.99 | 0.26 |
| Hex | 85 | 1 | D | 0 | 63 | 5A | 30 | 163 | 63 | 1A |
| Octal | 205 | 1 | 15 | 0 | 143 | 132 | 60 | 543 | 143 | 32 |
| Binary | 10000101 | 1 | 1101 | 0 | 1100011 | 1011010 | 110000 | 101100011 | 1100011 | 11010 |
Color Harmonies of #85010D
Complementary color
Monochromatic Colors of #85010D
Black with #85010D
Text Example
Text Example
White with #85010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85010D; }
p { color: rgb(133,1,13); }
H1.HeaderClassName
{
color: #85010D;
}
.AnyTagClassName
{
color: #85010D;
}
</style>
background-color css
<style>
a { background-color: #85010D; }
a { background-color: rgb(133,1,13); }
div.DivClassName
{
background-color: #85010D;
}
.BgClassName
{
background-color: #85010D;
}
</style>
border-color css
<style>
span { border-color: #85010D; }
span { border-color: rgb(133,1,13); }
td.TdClassName
{
border-color: #85010D;
}
.TagClassName
{
border-color: #85010D;
}
</style>