Shades of Burgundy #800227
Tints of Burgundy #800227
RGB
CMYK
RGB Variations
Color information
#800227 (or 0x800227) is known color: Burgundy. HEX triplet: 80, 02 and 27. RGB value is (128,2,39). Sum of RGB (Red+Green+Blue) = 128+2+39=169 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.74% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 128 - color contains mainly: red. Hex color #800227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800227 is #7FFDD8. Grayscale: #2B2B2B. Windows color (decimal): -8388057 or 2556544. OLE color: 2556544.
HSL color Cylindrical-coordinate representation of color #800227: hue angle of 342.38º 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 #800227 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 2 | 39 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.50 |
| HSL | 342.38º | 0.97% | 0.25% | - |
| HSV(B) | 342.38º | 0.98% | 0.5% | - |
| XYZ | 9.29 | 4.78 | 2.35 | - |
| YUV | 43.89 | 125.24 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 39 | 0 | 0.98 | 0.70 | 0.50 | 342.38 | 0.97 | 0.25 |
| Hex | 80 | 2 | 27 | 0 | 62 | 46 | 32 | 156 | 61 | 19 |
| Octal | 200 | 2 | 47 | 0 | 142 | 106 | 62 | 526 | 141 | 31 |
| Binary | 10000000 | 10 | 100111 | 0 | 1100010 | 1000110 | 110010 | 101010110 | 1100001 | 11001 |
Color Harmonies of #800227
Complementary color
Monochromatic Colors of #800227
Black with #800227
Text Example
Text Example
White with #800227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800227; }
p { color: rgb(128,2,39); }
H1.HeaderClassName
{
color: #800227;
}
.AnyTagClassName
{
color: #800227;
}
</style>
background-color css
<style>
a { background-color: #800227; }
a { background-color: rgb(128,2,39); }
div.DivClassName
{
background-color: #800227;
}
.BgClassName
{
background-color: #800227;
}
</style>
border-color css
<style>
span { border-color: #800227; }
span { border-color: rgb(128,2,39); }
td.TdClassName
{
border-color: #800227;
}
.TagClassName
{
border-color: #800227;
}
</style>