Shades of Sangria #800206
Tints of Sangria #800206
RGB
CMYK
RGB Variations
Color information
#800206 (or 0x800206) is known color: Sangria. HEX triplet: 80, 02 and 06. RGB value is (128,2,6). Sum of RGB (Red+Green+Blue) = 128+2+6=136 (18% of max value = 765). Red value is 128 (50.39% from 255 or 94.12% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 6 (2.73% from 255 or 4.41% from 136); Max value from RGB is 128 - color contains mainly: red. Hex color #800206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800206 is #7FFDF9. Grayscale: #282828. Windows color (decimal): -8388090 or 393856. OLE color: 393856.
HSL color Cylindrical-coordinate representation of color #800206: hue angle of 358.1º 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 #800206 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 2 | 6 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.50 |
| HSL | 358.1º | 0.97% | 0.25% | - |
| HSV(B) | 358.1º | 0.98% | 0.5% | - |
| XYZ | 8.96 | 4.65 | 0.6 | - |
| YUV | 40.13 | 108.74 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 6 | 0 | 0.98 | 0.95 | 0.50 | 358.1 | 0.97 | 0.25 |
| Hex | 80 | 2 | 6 | 0 | 62 | 5F | 32 | 166 | 61 | 19 |
| Octal | 200 | 2 | 6 | 0 | 142 | 137 | 62 | 546 | 141 | 31 |
| Binary | 10000000 | 10 | 110 | 0 | 1100010 | 1011111 | 110010 | 101100110 | 1100001 | 11001 |
Color Harmonies of #800206
Complementary color
Monochromatic Colors of #800206
Black with #800206
Text Example
Text Example
White with #800206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800206; }
p { color: rgb(128,2,6); }
H1.HeaderClassName
{
color: #800206;
}
.AnyTagClassName
{
color: #800206;
}
</style>
background-color css
<style>
a { background-color: #800206; }
a { background-color: rgb(128,2,6); }
div.DivClassName
{
background-color: #800206;
}
.BgClassName
{
background-color: #800206;
}
</style>
border-color css
<style>
span { border-color: #800206; }
span { border-color: rgb(128,2,6); }
td.TdClassName
{
border-color: #800206;
}
.TagClassName
{
border-color: #800206;
}
</style>