Shades of Sangria #800D10
Tints of Sangria #800D10
RGB
CMYK
RGB Variations
Color information
#800D10 (or 0x800D10) is known color: Sangria. HEX triplet: 80, 0D and 10. RGB value is (128,13,16). Sum of RGB (Red+Green+Blue) = 128+13+16=157 (20% of max value = 765). Red value is 128 (50.39% from 255 or 81.53% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 128 - color contains mainly: red. Hex color #800D10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800D10 is #7FF2EF. Grayscale: #2F2F2F. Windows color (decimal): -8385264 or 1052032. OLE color: 1052032.
HSL color Cylindrical-coordinate representation of color #800D10: hue angle of 358.43º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #800D10 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 13 | 16 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.50 |
| HSL | 358.43º | 0.82% | 0.28% | - |
| HSV(B) | 358.43º | 0.9% | 0.5% | - |
| XYZ | 9.14 | 4.91 | 0.96 | - |
| YUV | 47.73 | 110.1 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 16 | 0 | 0.90 | 0.88 | 0.50 | 358.43 | 0.82 | 0.28 |
| Hex | 80 | D | 10 | 0 | 5A | 58 | 32 | 166 | 52 | 1C |
| Octal | 200 | 15 | 20 | 0 | 132 | 130 | 62 | 546 | 122 | 34 |
| Binary | 10000000 | 1101 | 10000 | 0 | 1011010 | 1011000 | 110010 | 101100110 | 1010010 | 11100 |
Color Harmonies of #800D10
Complementary color
Monochromatic Colors of #800D10
Black with #800D10
Text Example
Text Example
White with #800D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800D10; }
p { color: rgb(128,13,16); }
H1.HeaderClassName
{
color: #800D10;
}
.AnyTagClassName
{
color: #800D10;
}
</style>
background-color css
<style>
a { background-color: #800D10; }
a { background-color: rgb(128,13,16); }
div.DivClassName
{
background-color: #800D10;
}
.BgClassName
{
background-color: #800D10;
}
</style>
border-color css
<style>
span { border-color: #800D10; }
span { border-color: rgb(128,13,16); }
td.TdClassName
{
border-color: #800D10;
}
.TagClassName
{
border-color: #800D10;
}
</style>