Shades of Sangria #80030A
Tints of Sangria #80030A
RGB
CMYK
RGB Variations
Color information
#80030A (or 0x80030A) is known color: Sangria. HEX triplet: 80, 03 and 0A. RGB value is (128,3,10). Sum of RGB (Red+Green+Blue) = 128+3+10=141 (18% of max value = 765). Red value is 128 (50.39% from 255 or 90.78% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 128 - color contains mainly: red. Hex color #80030A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80030A is #7FFCF5. Grayscale: #292929. Windows color (decimal): -8387830 or 656256. OLE color: 656256.
HSL color Cylindrical-coordinate representation of color #80030A: hue angle of 356.64º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80030A is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 3 | 10 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.50 |
| HSL | 356.64º | 0.95% | 0.26% | - |
| HSV(B) | 356.64º | 0.98% | 0.5% | - |
| XYZ | 8.99 | 4.68 | 0.72 | - |
| YUV | 41.17 | 110.41 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 3 | 10 | 0 | 0.98 | 0.92 | 0.50 | 356.64 | 0.95 | 0.26 |
| Hex | 80 | 3 | A | 0 | 62 | 5C | 32 | 165 | 5F | 1A |
| Octal | 200 | 3 | 12 | 0 | 142 | 134 | 62 | 545 | 137 | 32 |
| Binary | 10000000 | 11 | 1010 | 0 | 1100010 | 1011100 | 110010 | 101100101 | 1011111 | 11010 |
Color Harmonies of #80030A
Complementary color
Monochromatic Colors of #80030A
Black with #80030A
Text Example
Text Example
White with #80030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80030A; }
p { color: rgb(128,3,10); }
H1.HeaderClassName
{
color: #80030A;
}
.AnyTagClassName
{
color: #80030A;
}
</style>
background-color css
<style>
a { background-color: #80030A; }
a { background-color: rgb(128,3,10); }
div.DivClassName
{
background-color: #80030A;
}
.BgClassName
{
background-color: #80030A;
}
</style>
border-color css
<style>
span { border-color: #80030A; }
span { border-color: rgb(128,3,10); }
td.TdClassName
{
border-color: #80030A;
}
.TagClassName
{
border-color: #80030A;
}
</style>