Shades of Sangria #80030D
Tints of Sangria #80030D
RGB
CMYK
RGB Variations
Color information
#80030D (or 0x80030D) is known color: Sangria. HEX triplet: 80, 03 and 0D. RGB value is (128,3,13). Sum of RGB (Red+Green+Blue) = 128+3+13=144 (19% of max value = 765). Red value is 128 (50.39% from 255 or 88.89% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 128 - color contains mainly: red. Hex color #80030D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80030D is #7FFCF2. Grayscale: #292929. Windows color (decimal): -8387827 or 852864. OLE color: 852864.
HSL color Cylindrical-coordinate representation of color #80030D: hue angle of 355.2º 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 #80030D is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 3 | 13 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.50 |
| HSL | 355.2º | 0.95% | 0.26% | - |
| HSV(B) | 355.2º | 0.98% | 0.5% | - |
| XYZ | 9.01 | 4.68 | 0.81 | - |
| YUV | 41.52 | 111.91 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 3 | 13 | 0 | 0.98 | 0.90 | 0.50 | 355.2 | 0.95 | 0.26 |
| Hex | 80 | 3 | D | 0 | 62 | 5A | 32 | 163 | 5F | 1A |
| Octal | 200 | 3 | 15 | 0 | 142 | 132 | 62 | 543 | 137 | 32 |
| Binary | 10000000 | 11 | 1101 | 0 | 1100010 | 1011010 | 110010 | 101100011 | 1011111 | 11010 |
Color Harmonies of #80030D
Complementary color
Monochromatic Colors of #80030D
Black with #80030D
Text Example
Text Example
White with #80030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80030D; }
p { color: rgb(128,3,13); }
H1.HeaderClassName
{
color: #80030D;
}
.AnyTagClassName
{
color: #80030D;
}
</style>
background-color css
<style>
a { background-color: #80030D; }
a { background-color: rgb(128,3,13); }
div.DivClassName
{
background-color: #80030D;
}
.BgClassName
{
background-color: #80030D;
}
</style>
border-color css
<style>
span { border-color: #80030D; }
span { border-color: rgb(128,3,13); }
td.TdClassName
{
border-color: #80030D;
}
.TagClassName
{
border-color: #80030D;
}
</style>