Shades of Burgundy #6A051A
Tints of Burgundy #6A051A
RGB
CMYK
RGB Variations
Color information
#6A051A (or 0x6A051A) is known color: Burgundy. HEX triplet: 6A, 05 and 1A. RGB value is (106,5,26). Sum of RGB (Red+Green+Blue) = 106+5+26=137 (18% of max value = 765). Red value is 106 (41.80% from 255 or 77.37% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 106 - color contains mainly: red. Hex color #6A051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A051A is #95FAE5. Grayscale: #252525. Windows color (decimal): -9829094 or 1705322. OLE color: 1705322.
HSL color Cylindrical-coordinate representation of color #6A051A: hue angle of 347.52º 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 #6A051A is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 5 | 26 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.58 |
| HSL | 347.52º | 0.91% | 0.22% | - |
| HSV(B) | 347.52º | 0.95% | 0.42% | - |
| XYZ | 6.18 | 3.25 | 1.28 | - |
| YUV | 37.59 | 121.46 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 5 | 26 | 0 | 0.95 | 0.75 | 0.58 | 347.52 | 0.91 | 0.22 |
| Hex | 6A | 5 | 1A | 0 | 5F | 4B | 3A | 15C | 5B | 16 |
| Octal | 152 | 5 | 32 | 0 | 137 | 113 | 72 | 534 | 133 | 26 |
| Binary | 1101010 | 101 | 11010 | 0 | 1011111 | 1001011 | 111010 | 101011100 | 1011011 | 10110 |
Color Harmonies of #6A051A
Complementary color
Monochromatic Colors of #6A051A
Black with #6A051A
Text Example
Text Example
White with #6A051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A051A; }
p { color: rgb(106,5,26); }
H1.HeaderClassName
{
color: #6A051A;
}
.AnyTagClassName
{
color: #6A051A;
}
</style>
background-color css
<style>
a { background-color: #6A051A; }
a { background-color: rgb(106,5,26); }
div.DivClassName
{
background-color: #6A051A;
}
.BgClassName
{
background-color: #6A051A;
}
</style>
border-color css
<style>
span { border-color: #6A051A; }
span { border-color: rgb(106,5,26); }
td.TdClassName
{
border-color: #6A051A;
}
.TagClassName
{
border-color: #6A051A;
}
</style>