Shades of Sangria #80050B
Tints of Sangria #80050B
RGB
CMYK
RGB Variations
Color information
#80050B (or 0x80050B) is known color: Sangria. HEX triplet: 80, 05 and 0B. RGB value is (128,5,11). Sum of RGB (Red+Green+Blue) = 128+5+11=144 (19% of max value = 765). Red value is 128 (50.39% from 255 or 88.89% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 128 - color contains mainly: red. Hex color #80050B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80050B is #7FFAF4. Grayscale: #2A2A2A. Windows color (decimal): -8387317 or 722304. OLE color: 722304.
HSL color Cylindrical-coordinate representation of color #80050B: hue angle of 357.07º 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 #80050B is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 5 | 11 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.50 |
| HSL | 357.07º | 0.92% | 0.26% | - |
| HSV(B) | 357.07º | 0.96% | 0.5% | - |
| XYZ | 9.02 | 4.72 | 0.75 | - |
| YUV | 42.46 | 110.25 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 11 | 0 | 0.96 | 0.91 | 0.50 | 357.07 | 0.92 | 0.26 |
| Hex | 80 | 5 | B | 0 | 60 | 5B | 32 | 165 | 5C | 1A |
| Octal | 200 | 5 | 13 | 0 | 140 | 133 | 62 | 545 | 134 | 32 |
| Binary | 10000000 | 101 | 1011 | 0 | 1100000 | 1011011 | 110010 | 101100101 | 1011100 | 11010 |
Color Harmonies of #80050B
Complementary color
Monochromatic Colors of #80050B
Black with #80050B
Text Example
Text Example
White with #80050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80050B; }
p { color: rgb(128,5,11); }
H1.HeaderClassName
{
color: #80050B;
}
.AnyTagClassName
{
color: #80050B;
}
</style>
background-color css
<style>
a { background-color: #80050B; }
a { background-color: rgb(128,5,11); }
div.DivClassName
{
background-color: #80050B;
}
.BgClassName
{
background-color: #80050B;
}
</style>
border-color css
<style>
span { border-color: #80050B; }
span { border-color: rgb(128,5,11); }
td.TdClassName
{
border-color: #80050B;
}
.TagClassName
{
border-color: #80050B;
}
</style>