Shades of Sangria #800A10
Tints of Sangria #800A10
RGB
CMYK
RGB Variations
Color information
#800A10 (or 0x800A10) is known color: Sangria. HEX triplet: 80, 0A and 10. RGB value is (128,10,16). Sum of RGB (Red+Green+Blue) = 128+10+16=154 (20% of max value = 765). Red value is 128 (50.39% from 255 or 83.12% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 128 - color contains mainly: red. Hex color #800A10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800A10 is #7FF5EF. Grayscale: #2E2E2E. Windows color (decimal): -8386032 or 1051264. OLE color: 1051264.
HSL color Cylindrical-coordinate representation of color #800A10: hue angle of 356.95º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #800A10 is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 10 | 16 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.50 |
| HSL | 356.95º | 0.86% | 0.27% | - |
| HSV(B) | 356.95º | 0.92% | 0.5% | - |
| XYZ | 9.1 | 4.84 | 0.95 | - |
| YUV | 45.97 | 111.09 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 10 | 16 | 0 | 0.92 | 0.88 | 0.50 | 356.95 | 0.86 | 0.27 |
| Hex | 80 | A | 10 | 0 | 5C | 58 | 32 | 165 | 56 | 1B |
| Octal | 200 | 12 | 20 | 0 | 134 | 130 | 62 | 545 | 126 | 33 |
| Binary | 10000000 | 1010 | 10000 | 0 | 1011100 | 1011000 | 110010 | 101100101 | 1010110 | 11011 |
Color Harmonies of #800A10
Complementary color
Monochromatic Colors of #800A10
Black with #800A10
Text Example
Text Example
White with #800A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800A10; }
p { color: rgb(128,10,16); }
H1.HeaderClassName
{
color: #800A10;
}
.AnyTagClassName
{
color: #800A10;
}
</style>
background-color css
<style>
a { background-color: #800A10; }
a { background-color: rgb(128,10,16); }
div.DivClassName
{
background-color: #800A10;
}
.BgClassName
{
background-color: #800A10;
}
</style>
border-color css
<style>
span { border-color: #800A10; }
span { border-color: rgb(128,10,16); }
td.TdClassName
{
border-color: #800A10;
}
.TagClassName
{
border-color: #800A10;
}
</style>