Shades of Sangria #850105
Tints of Sangria #850105
RGB
CMYK
RGB Variations
Color information
#850105 (or 0x850105) is known color: Sangria. HEX triplet: 85, 01 and 05. RGB value is (133,1,5). Sum of RGB (Red+Green+Blue) = 133+1+5=139 (18% of max value = 765). Red value is 133 (52.34% from 255 or 95.68% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 133 - color contains mainly: red. Hex color #850105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850105 is #7AFEFA. Grayscale: #292929. Windows color (decimal): -8060667 or 328069. OLE color: 328069.
HSL color Cylindrical-coordinate representation of color #850105: hue angle of 358.18º 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 #850105 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 5 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.48 |
| HSL | 358.18º | 0.99% | 0.26% | - |
| HSV(B) | 358.18º | 0.99% | 0.52% | - |
| XYZ | 9.71 | 5.02 | 0.6 | - |
| YUV | 40.92 | 107.73 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 5 | 0 | 0.99 | 0.96 | 0.48 | 358.18 | 0.99 | 0.26 |
| Hex | 85 | 1 | 5 | 0 | 63 | 60 | 30 | 166 | 63 | 1A |
| Octal | 205 | 1 | 5 | 0 | 143 | 140 | 60 | 546 | 143 | 32 |
| Binary | 10000101 | 1 | 101 | 0 | 1100011 | 1100000 | 110000 | 101100110 | 1100011 | 11010 |
Color Harmonies of #850105
Complementary color
Monochromatic Colors of #850105
Black with #850105
Text Example
Text Example
White with #850105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850105; }
p { color: rgb(133,1,5); }
H1.HeaderClassName
{
color: #850105;
}
.AnyTagClassName
{
color: #850105;
}
</style>
background-color css
<style>
a { background-color: #850105; }
a { background-color: rgb(133,1,5); }
div.DivClassName
{
background-color: #850105;
}
.BgClassName
{
background-color: #850105;
}
</style>
border-color css
<style>
span { border-color: #850105; }
span { border-color: rgb(133,1,5); }
td.TdClassName
{
border-color: #850105;
}
.TagClassName
{
border-color: #850105;
}
</style>