Shades of Burgundy #6A0529
Tints of Burgundy #6A0529
RGB
CMYK
RGB Variations
Color information
#6A0529 (or 0x6A0529) is known color: Burgundy. HEX triplet: 6A, 05 and 29. RGB value is (106,5,41). Sum of RGB (Red+Green+Blue) = 106+5+41=152 (20% of max value = 765). Red value is 106 (41.80% from 255 or 69.74% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0529 is #95FAD6. Grayscale: #272727. Windows color (decimal): -9829079 or 2688362. OLE color: 2688362.
HSL color Cylindrical-coordinate representation of color #6A0529: hue angle of 338.61º 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 #6A0529 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 5 | 41 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.58 |
| HSL | 338.61º | 0.91% | 0.22% | - |
| HSV(B) | 338.61º | 0.95% | 0.42% | - |
| XYZ | 6.4 | 3.33 | 2.4 | - |
| YUV | 39.3 | 128.96 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 5 | 41 | 0 | 0.95 | 0.61 | 0.58 | 338.61 | 0.91 | 0.22 |
| Hex | 6A | 5 | 29 | 0 | 5F | 3D | 3A | 153 | 5B | 16 |
| Octal | 152 | 5 | 51 | 0 | 137 | 75 | 72 | 523 | 133 | 26 |
| Binary | 1101010 | 101 | 101001 | 0 | 1011111 | 111101 | 111010 | 101010011 | 1011011 | 10110 |
Color Harmonies of #6A0529
Complementary color
Monochromatic Colors of #6A0529
Black with #6A0529
Text Example
Text Example
White with #6A0529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0529; }
p { color: rgb(106,5,41); }
H1.HeaderClassName
{
color: #6A0529;
}
.AnyTagClassName
{
color: #6A0529;
}
</style>
background-color css
<style>
a { background-color: #6A0529; }
a { background-color: rgb(106,5,41); }
div.DivClassName
{
background-color: #6A0529;
}
.BgClassName
{
background-color: #6A0529;
}
</style>
border-color css
<style>
span { border-color: #6A0529; }
span { border-color: rgb(106,5,41); }
td.TdClassName
{
border-color: #6A0529;
}
.TagClassName
{
border-color: #6A0529;
}
</style>