Shades of Burgundy #800231
Tints of Burgundy #800231
RGB
CMYK
RGB Variations
Color information
#800231 (or 0x800231) is known color: Burgundy. HEX triplet: 80, 02 and 31. RGB value is (128,2,49). Sum of RGB (Red+Green+Blue) = 128+2+49=179 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.51% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 128 - color contains mainly: red. Hex color #800231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800231 is #7FFDCE. Grayscale: #2C2C2C. Windows color (decimal): -8388047 or 3211904. OLE color: 3211904.
HSL color Cylindrical-coordinate representation of color #800231: hue angle of 337.62º 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 #800231 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 2 | 49 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.50 |
| HSL | 337.62º | 0.97% | 0.25% | - |
| HSV(B) | 337.62º | 0.98% | 0.5% | - |
| XYZ | 9.48 | 4.85 | 3.34 | - |
| YUV | 45.03 | 130.24 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 49 | 0 | 0.98 | 0.62 | 0.50 | 337.62 | 0.97 | 0.25 |
| Hex | 80 | 2 | 31 | 0 | 62 | 3E | 32 | 152 | 61 | 19 |
| Octal | 200 | 2 | 61 | 0 | 142 | 76 | 62 | 522 | 141 | 31 |
| Binary | 10000000 | 10 | 110001 | 0 | 1100010 | 111110 | 110010 | 101010010 | 1100001 | 11001 |
Color Harmonies of #800231
Complementary color
Monochromatic Colors of #800231
Black with #800231
Text Example
Text Example
White with #800231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800231; }
p { color: rgb(128,2,49); }
H1.HeaderClassName
{
color: #800231;
}
.AnyTagClassName
{
color: #800231;
}
</style>
background-color css
<style>
a { background-color: #800231; }
a { background-color: rgb(128,2,49); }
div.DivClassName
{
background-color: #800231;
}
.BgClassName
{
background-color: #800231;
}
</style>
border-color css
<style>
span { border-color: #800231; }
span { border-color: rgb(128,2,49); }
td.TdClassName
{
border-color: #800231;
}
.TagClassName
{
border-color: #800231;
}
</style>