Shades of Sangria #800205
Tints of Sangria #800205
RGB
CMYK
RGB Variations
Color information
#800205 (or 0x800205) is known color: Sangria. HEX triplet: 80, 02 and 05. RGB value is (128,2,5). Sum of RGB (Red+Green+Blue) = 128+2+5=135 (17% of max value = 765). Red value is 128 (50.39% from 255 or 94.81% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 128 - color contains mainly: red. Hex color #800205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800205 is #7FFDFA. Grayscale: #282828. Windows color (decimal): -8388091 or 328320. OLE color: 328320.
HSL color Cylindrical-coordinate representation of color #800205: hue angle of 358.57º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #800205 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 2 | 5 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.50 |
| HSL | 358.57º | 0.97% | 0.25% | - |
| HSV(B) | 358.57º | 0.98% | 0.5% | - |
| XYZ | 8.95 | 4.64 | 0.57 | - |
| YUV | 40.02 | 108.24 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 5 | 0 | 0.98 | 0.96 | 0.50 | 358.57 | 0.97 | 0.25 |
| Hex | 80 | 2 | 5 | 0 | 62 | 60 | 32 | 167 | 61 | 19 |
| Octal | 200 | 2 | 5 | 0 | 142 | 140 | 62 | 547 | 141 | 31 |
| Binary | 10000000 | 10 | 101 | 0 | 1100010 | 1100000 | 110010 | 101100111 | 1100001 | 11001 |
Color Harmonies of #800205
Complementary color
Monochromatic Colors of #800205
Black with #800205
Text Example
Text Example
White with #800205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800205; }
p { color: rgb(128,2,5); }
H1.HeaderClassName
{
color: #800205;
}
.AnyTagClassName
{
color: #800205;
}
</style>
background-color css
<style>
a { background-color: #800205; }
a { background-color: rgb(128,2,5); }
div.DivClassName
{
background-color: #800205;
}
.BgClassName
{
background-color: #800205;
}
</style>
border-color css
<style>
span { border-color: #800205; }
span { border-color: rgb(128,2,5); }
td.TdClassName
{
border-color: #800205;
}
.TagClassName
{
border-color: #800205;
}
</style>