Shades of Sangria #85010F
Tints of Sangria #85010F
RGB
CMYK
RGB Variations
Color information
#85010F (or 0x85010F) is known color: Sangria. HEX triplet: 85, 01 and 0F. RGB value is (133,1,15). Sum of RGB (Red+Green+Blue) = 133+1+15=149 (19% of max value = 765). Red value is 133 (52.34% from 255 or 89.26% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 133 - color contains mainly: red. Hex color #85010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85010F is #7AFEF0. Grayscale: #2A2A2A. Windows color (decimal): -8060657 or 983429. OLE color: 983429.
HSL color Cylindrical-coordinate representation of color #85010F: hue angle of 353.64º 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 #85010F is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 15 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.48 |
| HSL | 353.64º | 0.99% | 0.26% | - |
| HSV(B) | 353.64º | 0.99% | 0.52% | - |
| XYZ | 9.77 | 5.04 | 0.91 | - |
| YUV | 42.06 | 112.73 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 15 | 0 | 0.99 | 0.89 | 0.48 | 353.64 | 0.99 | 0.26 |
| Hex | 85 | 1 | F | 0 | 63 | 59 | 30 | 162 | 63 | 1A |
| Octal | 205 | 1 | 17 | 0 | 143 | 131 | 60 | 542 | 143 | 32 |
| Binary | 10000101 | 1 | 1111 | 0 | 1100011 | 1011001 | 110000 | 101100010 | 1100011 | 11010 |
Color Harmonies of #85010F
Complementary color
Monochromatic Colors of #85010F
Black with #85010F
Text Example
Text Example
White with #85010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85010F; }
p { color: rgb(133,1,15); }
H1.HeaderClassName
{
color: #85010F;
}
.AnyTagClassName
{
color: #85010F;
}
</style>
background-color css
<style>
a { background-color: #85010F; }
a { background-color: rgb(133,1,15); }
div.DivClassName
{
background-color: #85010F;
}
.BgClassName
{
background-color: #85010F;
}
</style>
border-color css
<style>
span { border-color: #85010F; }
span { border-color: rgb(133,1,15); }
td.TdClassName
{
border-color: #85010F;
}
.TagClassName
{
border-color: #85010F;
}
</style>