Shades of Sangria #850407
Tints of Sangria #850407
RGB
CMYK
RGB Variations
Color information
#850407 (or 0x850407) is known color: Sangria. HEX triplet: 85, 04 and 07. RGB value is (133,4,7). Sum of RGB (Red+Green+Blue) = 133+4+7=144 (19% of max value = 765). Red value is 133 (52.34% from 255 or 92.36% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 133 - color contains mainly: red. Hex color #850407 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850407 is #7AFBF8. Grayscale: #2B2B2B. Windows color (decimal): -8059897 or 459909. OLE color: 459909.
HSL color Cylindrical-coordinate representation of color #850407: hue angle of 358.6º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #850407 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 4 | 7 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.48 |
| HSL | 358.6º | 0.94% | 0.27% | - |
| HSV(B) | 358.6º | 0.97% | 0.52% | - |
| XYZ | 9.75 | 5.09 | 0.67 | - |
| YUV | 42.91 | 107.74 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 4 | 7 | 0 | 0.97 | 0.95 | 0.48 | 358.6 | 0.94 | 0.27 |
| Hex | 85 | 4 | 7 | 0 | 61 | 5F | 30 | 167 | 5E | 1B |
| Octal | 205 | 4 | 7 | 0 | 141 | 137 | 60 | 547 | 136 | 33 |
| Binary | 10000101 | 100 | 111 | 0 | 1100001 | 1011111 | 110000 | 101100111 | 1011110 | 11011 |
Color Harmonies of #850407
Complementary color
Monochromatic Colors of #850407
Black with #850407
Text Example
Text Example
White with #850407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850407; }
p { color: rgb(133,4,7); }
H1.HeaderClassName
{
color: #850407;
}
.AnyTagClassName
{
color: #850407;
}
</style>
background-color css
<style>
a { background-color: #850407; }
a { background-color: rgb(133,4,7); }
div.DivClassName
{
background-color: #850407;
}
.BgClassName
{
background-color: #850407;
}
</style>
border-color css
<style>
span { border-color: #850407; }
span { border-color: rgb(133,4,7); }
td.TdClassName
{
border-color: #850407;
}
.TagClassName
{
border-color: #850407;
}
</style>