Shades of Sangria #801014
Tints of Sangria #801014
RGB
CMYK
RGB Variations
Color information
#801014 (or 0x801014) is known color: Sangria. HEX triplet: 80, 10 and 14. RGB value is (128,16,20). Sum of RGB (Red+Green+Blue) = 128+16+20=164 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.05% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 128 - color contains mainly: red. Hex color #801014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801014 is #7FEFEB. Grayscale: #323232. Windows color (decimal): -8384492 or 1314944. OLE color: 1314944.
HSL color Cylindrical-coordinate representation of color #801014: hue angle of 357.86º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801014 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 16 | 20 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.50 |
| HSL | 357.86º | 0.78% | 0.28% | - |
| HSV(B) | 357.86º | 0.88% | 0.5% | - |
| XYZ | 9.21 | 5.01 | 1.14 | - |
| YUV | 49.94 | 111.11 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 16 | 20 | 0 | 0.88 | 0.84 | 0.50 | 357.86 | 0.78 | 0.28 |
| Hex | 80 | 10 | 14 | 0 | 58 | 54 | 32 | 166 | 4E | 1C |
| Octal | 200 | 20 | 24 | 0 | 130 | 124 | 62 | 546 | 116 | 34 |
| Binary | 10000000 | 10000 | 10100 | 0 | 1011000 | 1010100 | 110010 | 101100110 | 1001110 | 11100 |
Color Harmonies of #801014
Complementary color
Monochromatic Colors of #801014
Black with #801014
Text Example
Text Example
White with #801014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801014; }
p { color: rgb(128,16,20); }
H1.HeaderClassName
{
color: #801014;
}
.AnyTagClassName
{
color: #801014;
}
</style>
background-color css
<style>
a { background-color: #801014; }
a { background-color: rgb(128,16,20); }
div.DivClassName
{
background-color: #801014;
}
.BgClassName
{
background-color: #801014;
}
</style>
border-color css
<style>
span { border-color: #801014; }
span { border-color: rgb(128,16,20); }
td.TdClassName
{
border-color: #801014;
}
.TagClassName
{
border-color: #801014;
}
</style>