Shades of Sangria #80050D
Tints of Sangria #80050D
RGB
CMYK
RGB Variations
Color information
#80050D (or 0x80050D) is known color: Sangria. HEX triplet: 80, 05 and 0D. RGB value is (128,5,13). Sum of RGB (Red+Green+Blue) = 128+5+13=146 (19% of max value = 765). Red value is 128 (50.39% from 255 or 87.67% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 128 - color contains mainly: red. Hex color #80050D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80050D is #7FFAF2. Grayscale: #2A2A2A. Windows color (decimal): -8387315 or 853376. OLE color: 853376.
HSL color Cylindrical-coordinate representation of color #80050D: hue angle of 356.1º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80050D is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 5 | 13 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.50 |
| HSL | 356.1º | 0.92% | 0.26% | - |
| HSV(B) | 356.1º | 0.96% | 0.5% | - |
| XYZ | 9.03 | 4.73 | 0.82 | - |
| YUV | 42.69 | 111.25 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 13 | 0 | 0.96 | 0.90 | 0.50 | 356.1 | 0.92 | 0.26 |
| Hex | 80 | 5 | D | 0 | 60 | 5A | 32 | 164 | 5C | 1A |
| Octal | 200 | 5 | 15 | 0 | 140 | 132 | 62 | 544 | 134 | 32 |
| Binary | 10000000 | 101 | 1101 | 0 | 1100000 | 1011010 | 110010 | 101100100 | 1011100 | 11010 |
Color Harmonies of #80050D
Complementary color
Monochromatic Colors of #80050D
Black with #80050D
Text Example
Text Example
White with #80050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80050D; }
p { color: rgb(128,5,13); }
H1.HeaderClassName
{
color: #80050D;
}
.AnyTagClassName
{
color: #80050D;
}
</style>
background-color css
<style>
a { background-color: #80050D; }
a { background-color: rgb(128,5,13); }
div.DivClassName
{
background-color: #80050D;
}
.BgClassName
{
background-color: #80050D;
}
</style>
border-color css
<style>
span { border-color: #80050D; }
span { border-color: rgb(128,5,13); }
td.TdClassName
{
border-color: #80050D;
}
.TagClassName
{
border-color: #80050D;
}
</style>