Shades of Sangria #800911
Tints of Sangria #800911
RGB
CMYK
RGB Variations
Color information
#800911 (or 0x800911) is known color: Sangria. HEX triplet: 80, 09 and 11. RGB value is (128,9,17). Sum of RGB (Red+Green+Blue) = 128+9+17=154 (20% of max value = 765). Red value is 128 (50.39% from 255 or 83.12% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 128 - color contains mainly: red. Hex color #800911 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800911 is #7FF6EE. Grayscale: #2D2D2D. Windows color (decimal): -8386287 or 1116544. OLE color: 1116544.
HSL color Cylindrical-coordinate representation of color #800911: hue angle of 355.97º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800911 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 9 | 17 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.50 |
| HSL | 355.97º | 0.87% | 0.27% | - |
| HSV(B) | 355.97º | 0.93% | 0.5% | - |
| XYZ | 9.1 | 4.83 | 0.98 | - |
| YUV | 45.49 | 111.92 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 17 | 0 | 0.93 | 0.87 | 0.50 | 355.97 | 0.87 | 0.27 |
| Hex | 80 | 9 | 11 | 0 | 5D | 57 | 32 | 164 | 57 | 1B |
| Octal | 200 | 11 | 21 | 0 | 135 | 127 | 62 | 544 | 127 | 33 |
| Binary | 10000000 | 1001 | 10001 | 0 | 1011101 | 1010111 | 110010 | 101100100 | 1010111 | 11011 |
Color Harmonies of #800911
Complementary color
Monochromatic Colors of #800911
Black with #800911
Text Example
Text Example
White with #800911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800911; }
p { color: rgb(128,9,17); }
H1.HeaderClassName
{
color: #800911;
}
.AnyTagClassName
{
color: #800911;
}
</style>
background-color css
<style>
a { background-color: #800911; }
a { background-color: rgb(128,9,17); }
div.DivClassName
{
background-color: #800911;
}
.BgClassName
{
background-color: #800911;
}
</style>
border-color css
<style>
span { border-color: #800911; }
span { border-color: rgb(128,9,17); }
td.TdClassName
{
border-color: #800911;
}
.TagClassName
{
border-color: #800911;
}
</style>