Shades of Burgundy #6A0128
Tints of Burgundy #6A0128
RGB
CMYK
RGB Variations
Color information
#6A0128 (or 0x6A0128) is known color: Burgundy. HEX triplet: 6A, 01 and 28. RGB value is (106,1,40). Sum of RGB (Red+Green+Blue) = 106+1+40=147 (19% of max value = 765). Red value is 106 (41.80% from 255 or 72.11% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0128 is #95FED7. Grayscale: #242424. Windows color (decimal): -9830104 or 2621802. OLE color: 2621802.
HSL color Cylindrical-coordinate representation of color #6A0128: hue angle of 337.71º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A0128 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 1 | 40 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.58 |
| HSL | 337.71º | 0.98% | 0.21% | - |
| HSV(B) | 337.71º | 0.99% | 0.42% | - |
| XYZ | 6.34 | 3.24 | 2.3 | - |
| YUV | 36.84 | 129.79 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 1 | 40 | 0 | 0.99 | 0.62 | 0.58 | 337.71 | 0.98 | 0.21 |
| Hex | 6A | 1 | 28 | 0 | 63 | 3E | 3A | 152 | 62 | 15 |
| Octal | 152 | 1 | 50 | 0 | 143 | 76 | 72 | 522 | 142 | 25 |
| Binary | 1101010 | 1 | 101000 | 0 | 1100011 | 111110 | 111010 | 101010010 | 1100010 | 10101 |
Color Harmonies of #6A0128
Complementary color
Monochromatic Colors of #6A0128
Black with #6A0128
Text Example
Text Example
White with #6A0128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0128; }
p { color: rgb(106,1,40); }
H1.HeaderClassName
{
color: #6A0128;
}
.AnyTagClassName
{
color: #6A0128;
}
</style>
background-color css
<style>
a { background-color: #6A0128; }
a { background-color: rgb(106,1,40); }
div.DivClassName
{
background-color: #6A0128;
}
.BgClassName
{
background-color: #6A0128;
}
</style>
border-color css
<style>
span { border-color: #6A0128; }
span { border-color: rgb(106,1,40); }
td.TdClassName
{
border-color: #6A0128;
}
.TagClassName
{
border-color: #6A0128;
}
</style>