Shades of Sangria #80010F
Tints of Sangria #80010F
RGB
CMYK
RGB Variations
Color information
#80010F (or 0x80010F) is known color: Sangria. HEX triplet: 80, 01 and 0F. RGB value is (128,1,15). Sum of RGB (Red+Green+Blue) = 128+1+15=144 (19% of max value = 765). Red value is 128 (50.39% from 255 or 88.89% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 128 - color contains mainly: red. Hex color #80010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80010F is #7FFEF0. Grayscale: #282828. Windows color (decimal): -8388337 or 983424. OLE color: 983424.
HSL color Cylindrical-coordinate representation of color #80010F: hue angle of 353.39º 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 #80010F is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 1 | 15 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.50 |
| HSL | 353.39º | 0.98% | 0.25% | - |
| HSV(B) | 353.39º | 0.99% | 0.5% | - |
| XYZ | 9 | 4.65 | 0.87 | - |
| YUV | 40.57 | 113.58 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 15 | 0 | 0.99 | 0.88 | 0.50 | 353.39 | 0.98 | 0.25 |
| Hex | 80 | 1 | F | 0 | 63 | 58 | 32 | 161 | 62 | 19 |
| Octal | 200 | 1 | 17 | 0 | 143 | 130 | 62 | 541 | 142 | 31 |
| Binary | 10000000 | 1 | 1111 | 0 | 1100011 | 1011000 | 110010 | 101100001 | 1100010 | 11001 |
Color Harmonies of #80010F
Complementary color
Monochromatic Colors of #80010F
Black with #80010F
Text Example
Text Example
White with #80010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80010F; }
p { color: rgb(128,1,15); }
H1.HeaderClassName
{
color: #80010F;
}
.AnyTagClassName
{
color: #80010F;
}
</style>
background-color css
<style>
a { background-color: #80010F; }
a { background-color: rgb(128,1,15); }
div.DivClassName
{
background-color: #80010F;
}
.BgClassName
{
background-color: #80010F;
}
</style>
border-color css
<style>
span { border-color: #80010F; }
span { border-color: rgb(128,1,15); }
td.TdClassName
{
border-color: #80010F;
}
.TagClassName
{
border-color: #80010F;
}
</style>