Shades of Burgundy #800225
Tints of Burgundy #800225
RGB
CMYK
RGB Variations
Color information
#800225 (or 0x800225) is known color: Burgundy. HEX triplet: 80, 02 and 25. RGB value is (128,2,37). Sum of RGB (Red+Green+Blue) = 128+2+37=167 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.65% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 128 - color contains mainly: red. Hex color #800225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800225 is #7FFDDA. Grayscale: #2B2B2B. Windows color (decimal): -8388059 or 2425472. OLE color: 2425472.
HSL color Cylindrical-coordinate representation of color #800225: hue angle of 343.33º 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 #800225 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 2 | 37 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.50 |
| HSL | 343.33º | 0.97% | 0.25% | - |
| HSV(B) | 343.33º | 0.98% | 0.5% | - |
| XYZ | 9.26 | 4.77 | 2.18 | - |
| YUV | 43.66 | 124.24 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 37 | 0 | 0.98 | 0.71 | 0.50 | 343.33 | 0.97 | 0.25 |
| Hex | 80 | 2 | 25 | 0 | 62 | 47 | 32 | 157 | 61 | 19 |
| Octal | 200 | 2 | 45 | 0 | 142 | 107 | 62 | 527 | 141 | 31 |
| Binary | 10000000 | 10 | 100101 | 0 | 1100010 | 1000111 | 110010 | 101010111 | 1100001 | 11001 |
Color Harmonies of #800225
Complementary color
Monochromatic Colors of #800225
Black with #800225
Text Example
Text Example
White with #800225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800225; }
p { color: rgb(128,2,37); }
H1.HeaderClassName
{
color: #800225;
}
.AnyTagClassName
{
color: #800225;
}
</style>
background-color css
<style>
a { background-color: #800225; }
a { background-color: rgb(128,2,37); }
div.DivClassName
{
background-color: #800225;
}
.BgClassName
{
background-color: #800225;
}
</style>
border-color css
<style>
span { border-color: #800225; }
span { border-color: rgb(128,2,37); }
td.TdClassName
{
border-color: #800225;
}
.TagClassName
{
border-color: #800225;
}
</style>