Shades of Sangria #80010B
Tints of Sangria #80010B
RGB
CMYK
RGB Variations
Color information
#80010B (or 0x80010B) is known color: Sangria. HEX triplet: 80, 01 and 0B. RGB value is (128,1,11). Sum of RGB (Red+Green+Blue) = 128+1+11=140 (18% of max value = 765). Red value is 128 (50.39% from 255 or 91.43% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 128 - color contains mainly: red. Hex color #80010B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80010B is #7FFEF4. Grayscale: #282828. Windows color (decimal): -8388341 or 721280. OLE color: 721280.
HSL color Cylindrical-coordinate representation of color #80010B: hue angle of 355.28º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80010B is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.50 |
| HSL | 355.28º | 0.98% | 0.25% | - |
| HSV(B) | 355.28º | 0.99% | 0.5% | - |
| XYZ | 8.97 | 4.64 | 0.74 | - |
| YUV | 40.11 | 111.58 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 11 | 0 | 0.99 | 0.91 | 0.50 | 355.28 | 0.98 | 0.25 |
| Hex | 80 | 1 | B | 0 | 63 | 5B | 32 | 163 | 62 | 19 |
| Octal | 200 | 1 | 13 | 0 | 143 | 133 | 62 | 543 | 142 | 31 |
| Binary | 10000000 | 1 | 1011 | 0 | 1100011 | 1011011 | 110010 | 101100011 | 1100010 | 11001 |
Color Harmonies of #80010B
Complementary color
Monochromatic Colors of #80010B
Black with #80010B
Text Example
Text Example
White with #80010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80010B; }
p { color: rgb(128,1,11); }
H1.HeaderClassName
{
color: #80010B;
}
.AnyTagClassName
{
color: #80010B;
}
</style>
background-color css
<style>
a { background-color: #80010B; }
a { background-color: rgb(128,1,11); }
div.DivClassName
{
background-color: #80010B;
}
.BgClassName
{
background-color: #80010B;
}
</style>
border-color css
<style>
span { border-color: #80010B; }
span { border-color: rgb(128,1,11); }
td.TdClassName
{
border-color: #80010B;
}
.TagClassName
{
border-color: #80010B;
}
</style>