Shades of Sangria #80030B
Tints of Sangria #80030B
RGB
CMYK
RGB Variations
Color information
#80030B (or 0x80030B) is known color: Sangria. HEX triplet: 80, 03 and 0B. RGB value is (128,3,11). Sum of RGB (Red+Green+Blue) = 128+3+11=142 (18% of max value = 765). Red value is 128 (50.39% from 255 or 90.14% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 128 - color contains mainly: red. Hex color #80030B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80030B is #7FFCF4. Grayscale: #292929. Windows color (decimal): -8387829 or 721792. OLE color: 721792.
HSL color Cylindrical-coordinate representation of color #80030B: hue angle of 356.16º 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 #80030B is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 3 | 11 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.50 |
| HSL | 356.16º | 0.95% | 0.26% | - |
| HSV(B) | 356.16º | 0.98% | 0.5% | - |
| XYZ | 9 | 4.68 | 0.75 | - |
| YUV | 41.29 | 110.91 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 3 | 11 | 0 | 0.98 | 0.91 | 0.50 | 356.16 | 0.95 | 0.26 |
| Hex | 80 | 3 | B | 0 | 62 | 5B | 32 | 164 | 5F | 1A |
| Octal | 200 | 3 | 13 | 0 | 142 | 133 | 62 | 544 | 137 | 32 |
| Binary | 10000000 | 11 | 1011 | 0 | 1100010 | 1011011 | 110010 | 101100100 | 1011111 | 11010 |
Color Harmonies of #80030B
Complementary color
Monochromatic Colors of #80030B
Black with #80030B
Text Example
Text Example
White with #80030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80030B; }
p { color: rgb(128,3,11); }
H1.HeaderClassName
{
color: #80030B;
}
.AnyTagClassName
{
color: #80030B;
}
</style>
background-color css
<style>
a { background-color: #80030B; }
a { background-color: rgb(128,3,11); }
div.DivClassName
{
background-color: #80030B;
}
.BgClassName
{
background-color: #80030B;
}
</style>
border-color css
<style>
span { border-color: #80030B; }
span { border-color: rgb(128,3,11); }
td.TdClassName
{
border-color: #80030B;
}
.TagClassName
{
border-color: #80030B;
}
</style>