Shades of Sangria #850104
Tints of Sangria #850104
RGB
CMYK
RGB Variations
Color information
#850104 (or 0x850104) is known color: Sangria. HEX triplet: 85, 01 and 04. RGB value is (133,1,4). Sum of RGB (Red+Green+Blue) = 133+1+4=138 (18% of max value = 765). Red value is 133 (52.34% from 255 or 96.38% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 133 - color contains mainly: red. Hex color #850104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850104 is #7AFEFB. Grayscale: #282828. Windows color (decimal): -8060668 or 262533. OLE color: 262533.
HSL color Cylindrical-coordinate representation of color #850104: hue angle of 358.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 #850104 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 4 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.48 |
| HSL | 358.64º | 0.99% | 0.26% | - |
| HSV(B) | 358.64º | 0.99% | 0.52% | - |
| XYZ | 9.71 | 5.02 | 0.57 | - |
| YUV | 40.81 | 107.23 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 4 | 0 | 0.99 | 0.97 | 0.48 | 358.64 | 0.99 | 0.26 |
| Hex | 85 | 1 | 4 | 0 | 63 | 61 | 30 | 167 | 63 | 1A |
| Octal | 205 | 1 | 4 | 0 | 143 | 141 | 60 | 547 | 143 | 32 |
| Binary | 10000101 | 1 | 100 | 0 | 1100011 | 1100001 | 110000 | 101100111 | 1100011 | 11010 |
Color Harmonies of #850104
Complementary color
Monochromatic Colors of #850104
Black with #850104
Text Example
Text Example
White with #850104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850104; }
p { color: rgb(133,1,4); }
H1.HeaderClassName
{
color: #850104;
}
.AnyTagClassName
{
color: #850104;
}
</style>
background-color css
<style>
a { background-color: #850104; }
a { background-color: rgb(133,1,4); }
div.DivClassName
{
background-color: #850104;
}
.BgClassName
{
background-color: #850104;
}
</style>
border-color css
<style>
span { border-color: #850104; }
span { border-color: rgb(133,1,4); }
td.TdClassName
{
border-color: #850104;
}
.TagClassName
{
border-color: #850104;
}
</style>