Shades of Sangria #800407
Tints of Sangria #800407
RGB
CMYK
RGB Variations
Color information
#800407 (or 0x800407) is known color: Sangria. HEX triplet: 80, 04 and 07. RGB value is (128,4,7). Sum of RGB (Red+Green+Blue) = 128+4+7=139 (18% of max value = 765). Red value is 128 (50.39% from 255 or 92.09% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 7 (3.12% from 255 or 5.04% from 139); Max value from RGB is 128 - color contains mainly: red. Hex color #800407 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800407 is #7FFBF8. Grayscale: #292929. Windows color (decimal): -8387577 or 459904. OLE color: 459904.
HSL color Cylindrical-coordinate representation of color #800407: hue angle of 358.55º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #800407 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 4 | 7 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.50 |
| HSL | 358.55º | 0.94% | 0.26% | - |
| HSV(B) | 358.55º | 0.97% | 0.5% | - |
| XYZ | 8.98 | 4.69 | 0.63 | - |
| YUV | 41.42 | 108.58 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 7 | 0 | 0.97 | 0.95 | 0.50 | 358.55 | 0.94 | 0.26 |
| Hex | 80 | 4 | 7 | 0 | 61 | 5F | 32 | 167 | 5E | 1A |
| Octal | 200 | 4 | 7 | 0 | 141 | 137 | 62 | 547 | 136 | 32 |
| Binary | 10000000 | 100 | 111 | 0 | 1100001 | 1011111 | 110010 | 101100111 | 1011110 | 11010 |
Color Harmonies of #800407
Complementary color
Monochromatic Colors of #800407
Black with #800407
Text Example
Text Example
White with #800407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800407; }
p { color: rgb(128,4,7); }
H1.HeaderClassName
{
color: #800407;
}
.AnyTagClassName
{
color: #800407;
}
</style>
background-color css
<style>
a { background-color: #800407; }
a { background-color: rgb(128,4,7); }
div.DivClassName
{
background-color: #800407;
}
.BgClassName
{
background-color: #800407;
}
</style>
border-color css
<style>
span { border-color: #800407; }
span { border-color: rgb(128,4,7); }
td.TdClassName
{
border-color: #800407;
}
.TagClassName
{
border-color: #800407;
}
</style>