Shades of Burgundy #800228
Tints of Burgundy #800228
RGB
CMYK
RGB Variations
Color information
#800228 (or 0x800228) is known color: Burgundy. HEX triplet: 80, 02 and 28. RGB value is (128,2,40). Sum of RGB (Red+Green+Blue) = 128+2+40=170 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.29% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 128 - color contains mainly: red. Hex color #800228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800228 is #7FFDD7. Grayscale: #2B2B2B. Windows color (decimal): -8388056 or 2622080. OLE color: 2622080.
HSL color Cylindrical-coordinate representation of color #800228: hue angle of 341.9º 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 #800228 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 2 | 40 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.50 |
| HSL | 341.9º | 0.97% | 0.25% | - |
| HSV(B) | 341.9º | 0.98% | 0.5% | - |
| XYZ | 9.31 | 4.79 | 2.44 | - |
| YUV | 44.01 | 125.74 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 40 | 0 | 0.98 | 0.69 | 0.50 | 341.9 | 0.97 | 0.25 |
| Hex | 80 | 2 | 28 | 0 | 62 | 45 | 32 | 156 | 61 | 19 |
| Octal | 200 | 2 | 50 | 0 | 142 | 105 | 62 | 526 | 141 | 31 |
| Binary | 10000000 | 10 | 101000 | 0 | 1100010 | 1000101 | 110010 | 101010110 | 1100001 | 11001 |
Color Harmonies of #800228
Complementary color
Monochromatic Colors of #800228
Black with #800228
Text Example
Text Example
White with #800228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800228; }
p { color: rgb(128,2,40); }
H1.HeaderClassName
{
color: #800228;
}
.AnyTagClassName
{
color: #800228;
}
</style>
background-color css
<style>
a { background-color: #800228; }
a { background-color: rgb(128,2,40); }
div.DivClassName
{
background-color: #800228;
}
.BgClassName
{
background-color: #800228;
}
</style>
border-color css
<style>
span { border-color: #800228; }
span { border-color: rgb(128,2,40); }
td.TdClassName
{
border-color: #800228;
}
.TagClassName
{
border-color: #800228;
}
</style>