Shades of Burgundy #6A021D
Tints of Burgundy #6A021D
RGB
CMYK
RGB Variations
Color information
#6A021D (or 0x6A021D) is known color: Burgundy. HEX triplet: 6A, 02 and 1D. RGB value is (106,2,29). Sum of RGB (Red+Green+Blue) = 106+2+29=137 (18% of max value = 765). Red value is 106 (41.80% from 255 or 77.37% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 106 - color contains mainly: red. Hex color #6A021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A021D is #95FDE2. Grayscale: #242424. Windows color (decimal): -9829859 or 1901162. OLE color: 1901162.
HSL color Cylindrical-coordinate representation of color #6A021D: hue angle of 344.42º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A021D is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 2 | 29 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.58 |
| HSL | 344.42º | 0.96% | 0.21% | - |
| HSV(B) | 344.42º | 0.98% | 0.42% | - |
| XYZ | 6.19 | 3.2 | 1.45 | - |
| YUV | 36.17 | 123.96 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 2 | 29 | 0 | 0.98 | 0.73 | 0.58 | 344.42 | 0.96 | 0.21 |
| Hex | 6A | 2 | 1D | 0 | 62 | 49 | 3A | 158 | 60 | 15 |
| Octal | 152 | 2 | 35 | 0 | 142 | 111 | 72 | 530 | 140 | 25 |
| Binary | 1101010 | 10 | 11101 | 0 | 1100010 | 1001001 | 111010 | 101011000 | 1100000 | 10101 |
Color Harmonies of #6A021D
Complementary color
Monochromatic Colors of #6A021D
Black with #6A021D
Text Example
Text Example
White with #6A021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A021D; }
p { color: rgb(106,2,29); }
H1.HeaderClassName
{
color: #6A021D;
}
.AnyTagClassName
{
color: #6A021D;
}
</style>
background-color css
<style>
a { background-color: #6A021D; }
a { background-color: rgb(106,2,29); }
div.DivClassName
{
background-color: #6A021D;
}
.BgClassName
{
background-color: #6A021D;
}
</style>
border-color css
<style>
span { border-color: #6A021D; }
span { border-color: rgb(106,2,29); }
td.TdClassName
{
border-color: #6A021D;
}
.TagClassName
{
border-color: #6A021D;
}
</style>