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