Shades of Burgundy #6A0521
Tints of Burgundy #6A0521
RGB
CMYK
RGB Variations
Color information
#6A0521 (or 0x6A0521) is known color: Burgundy. HEX triplet: 6A, 05 and 21. RGB value is (106,5,33). Sum of RGB (Red+Green+Blue) = 106+5+33=144 (19% of max value = 765). Red value is 106 (41.80% from 255 or 73.61% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0521 is #95FADE. Grayscale: #262626. Windows color (decimal): -9829087 or 2164074. OLE color: 2164074.
HSL color Cylindrical-coordinate representation of color #6A0521: hue angle of 343.37º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A0521 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 5 | 33 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.58 |
| HSL | 343.37º | 0.91% | 0.22% | - |
| HSV(B) | 343.37º | 0.95% | 0.42% | - |
| XYZ | 6.27 | 3.28 | 1.74 | - |
| YUV | 38.39 | 124.96 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 5 | 33 | 0 | 0.95 | 0.69 | 0.58 | 343.37 | 0.91 | 0.22 |
| Hex | 6A | 5 | 21 | 0 | 5F | 45 | 3A | 157 | 5B | 16 |
| Octal | 152 | 5 | 41 | 0 | 137 | 105 | 72 | 527 | 133 | 26 |
| Binary | 1101010 | 101 | 100001 | 0 | 1011111 | 1000101 | 111010 | 101010111 | 1011011 | 10110 |
Color Harmonies of #6A0521
Complementary color
Monochromatic Colors of #6A0521
Black with #6A0521
Text Example
Text Example
White with #6A0521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0521; }
p { color: rgb(106,5,33); }
H1.HeaderClassName
{
color: #6A0521;
}
.AnyTagClassName
{
color: #6A0521;
}
</style>
background-color css
<style>
a { background-color: #6A0521; }
a { background-color: rgb(106,5,33); }
div.DivClassName
{
background-color: #6A0521;
}
.BgClassName
{
background-color: #6A0521;
}
</style>
border-color css
<style>
span { border-color: #6A0521; }
span { border-color: rgb(106,5,33); }
td.TdClassName
{
border-color: #6A0521;
}
.TagClassName
{
border-color: #6A0521;
}
</style>