Shades of Burgundy #800525
Tints of Burgundy #800525
RGB
CMYK
RGB Variations
Color information
#800525 (or 0x800525) is known color: Burgundy. HEX triplet: 80, 05 and 25. RGB value is (128,5,37). Sum of RGB (Red+Green+Blue) = 128+5+37=170 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.29% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 37 (14.84% from 255 or 21.76% from 170); Max value from RGB is 128 - color contains mainly: red. Hex color #800525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800525 is #7FFADA. Grayscale: #2D2D2D. Windows color (decimal): -8387291 or 2426240. OLE color: 2426240.
HSL color Cylindrical-coordinate representation of color #800525: hue angle of 344.39º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #800525 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 5 | 37 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.50 |
| HSL | 344.39º | 0.92% | 0.26% | - |
| HSV(B) | 344.39º | 0.96% | 0.5% | - |
| XYZ | 9.29 | 4.83 | 2.19 | - |
| YUV | 45.43 | 123.25 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 37 | 0 | 0.96 | 0.71 | 0.50 | 344.39 | 0.92 | 0.26 |
| Hex | 80 | 5 | 25 | 0 | 60 | 47 | 32 | 158 | 5C | 1A |
| Octal | 200 | 5 | 45 | 0 | 140 | 107 | 62 | 530 | 134 | 32 |
| Binary | 10000000 | 101 | 100101 | 0 | 1100000 | 1000111 | 110010 | 101011000 | 1011100 | 11010 |
Color Harmonies of #800525
Complementary color
Monochromatic Colors of #800525
Black with #800525
Text Example
Text Example
White with #800525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800525; }
p { color: rgb(128,5,37); }
H1.HeaderClassName
{
color: #800525;
}
.AnyTagClassName
{
color: #800525;
}
</style>
background-color css
<style>
a { background-color: #800525; }
a { background-color: rgb(128,5,37); }
div.DivClassName
{
background-color: #800525;
}
.BgClassName
{
background-color: #800525;
}
</style>
border-color css
<style>
span { border-color: #800525; }
span { border-color: rgb(128,5,37); }
td.TdClassName
{
border-color: #800525;
}
.TagClassName
{
border-color: #800525;
}
</style>