Shades of Burgundy #6A021E
Tints of Burgundy #6A021E
RGB
CMYK
RGB Variations
Color information
#6A021E (or 0x6A021E) is known color: Burgundy. HEX triplet: 6A, 02 and 1E. RGB value is (106,2,30). Sum of RGB (Red+Green+Blue) = 106+2+30=138 (18% of max value = 765). Red value is 106 (41.80% from 255 or 76.81% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 106 - color contains mainly: red. Hex color #6A021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A021E is #95FDE1. Grayscale: #242424. Windows color (decimal): -9829858 or 1966698. OLE color: 1966698.
HSL color Cylindrical-coordinate representation of color #6A021E: hue angle of 343.85º 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 #6A021E is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 2 | 30 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.58 |
| HSL | 343.85º | 0.96% | 0.21% | - |
| HSV(B) | 343.85º | 0.98% | 0.42% | - |
| XYZ | 6.2 | 3.2 | 1.52 | - |
| YUV | 36.29 | 124.46 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 2 | 30 | 0 | 0.98 | 0.72 | 0.58 | 343.85 | 0.96 | 0.21 |
| Hex | 6A | 2 | 1E | 0 | 62 | 48 | 3A | 158 | 60 | 15 |
| Octal | 152 | 2 | 36 | 0 | 142 | 110 | 72 | 530 | 140 | 25 |
| Binary | 1101010 | 10 | 11110 | 0 | 1100010 | 1001000 | 111010 | 101011000 | 1100000 | 10101 |
Color Harmonies of #6A021E
Complementary color
Monochromatic Colors of #6A021E
Black with #6A021E
Text Example
Text Example
White with #6A021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A021E; }
p { color: rgb(106,2,30); }
H1.HeaderClassName
{
color: #6A021E;
}
.AnyTagClassName
{
color: #6A021E;
}
</style>
background-color css
<style>
a { background-color: #6A021E; }
a { background-color: rgb(106,2,30); }
div.DivClassName
{
background-color: #6A021E;
}
.BgClassName
{
background-color: #6A021E;
}
</style>
border-color css
<style>
span { border-color: #6A021E; }
span { border-color: rgb(106,2,30); }
td.TdClassName
{
border-color: #6A021E;
}
.TagClassName
{
border-color: #6A021E;
}
</style>