Shades of Sangria #800709
Tints of Sangria #800709
RGB
CMYK
RGB Variations
Color information
#800709 (or 0x800709) is known color: Sangria. HEX triplet: 80, 07 and 09. RGB value is (128,7,9). Sum of RGB (Red+Green+Blue) = 128+7+9=144 (19% of max value = 765). Red value is 128 (50.39% from 255 or 88.89% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 128 - color contains mainly: red. Hex color #800709 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800709 is #7FF8F6. Grayscale: #2B2B2B. Windows color (decimal): -8386807 or 591744. OLE color: 591744.
HSL color Cylindrical-coordinate representation of color #800709: hue angle of 359.01º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800709 is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 7 | 9 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.50 |
| HSL | 359.01º | 0.9% | 0.26% | - |
| HSV(B) | 359.01º | 0.95% | 0.5% | - |
| XYZ | 9.03 | 4.76 | 0.7 | - |
| YUV | 43.41 | 108.59 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 9 | 0 | 0.95 | 0.93 | 0.50 | 359.01 | 0.9 | 0.26 |
| Hex | 80 | 7 | 9 | 0 | 5F | 5D | 32 | 167 | 5A | 1A |
| Octal | 200 | 7 | 11 | 0 | 137 | 135 | 62 | 547 | 132 | 32 |
| Binary | 10000000 | 111 | 1001 | 0 | 1011111 | 1011101 | 110010 | 101100111 | 1011010 | 11010 |
Color Harmonies of #800709
Complementary color
Monochromatic Colors of #800709
Black with #800709
Text Example
Text Example
White with #800709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800709; }
p { color: rgb(128,7,9); }
H1.HeaderClassName
{
color: #800709;
}
.AnyTagClassName
{
color: #800709;
}
</style>
background-color css
<style>
a { background-color: #800709; }
a { background-color: rgb(128,7,9); }
div.DivClassName
{
background-color: #800709;
}
.BgClassName
{
background-color: #800709;
}
</style>
border-color css
<style>
span { border-color: #800709; }
span { border-color: rgb(128,7,9); }
td.TdClassName
{
border-color: #800709;
}
.TagClassName
{
border-color: #800709;
}
</style>