Shades of Burgundy #6A0010
Tints of Burgundy #6A0010
RGB
CMYK
RGB Variations
Color information
#6A0010 (or 0x6A0010) is known color: Burgundy. HEX triplet: 6A, 00 and 10. RGB value is (106,0,16). Sum of RGB (Red+Green+Blue) = 106+0+16=122 (16% of max value = 765). Red value is 106 (41.80% from 255 or 86.89% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0010 is #95FFEF. Grayscale: #212121. Windows color (decimal): -9830384 or 1048682. OLE color: 1048682.
HSL color Cylindrical-coordinate representation of color #6A0010: hue angle of 350.94º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A0010 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.85 | 0.58 |
| HSL | 350.94º | 1% | 0.21% | - |
| HSV(B) | 350.94º | 1% | 0.42% | - |
| XYZ | 6.04 | 3.1 | 0.77 | - |
| YUV | 33.52 | 118.12 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 0 | 16 | 0 | 1 | 0.85 | 0.58 | 350.94 | 1 | 0.21 |
| Hex | 6A | 0 | 10 | 0 | 64 | 55 | 3A | 15F | 64 | 15 |
| Octal | 152 | 0 | 20 | 0 | 144 | 125 | 72 | 537 | 144 | 25 |
| Binary | 1101010 | 0 | 10000 | 0 | 1100100 | 1010101 | 111010 | 101011111 | 1100100 | 10101 |
Color Harmonies of #6A0010
Complementary color
Monochromatic Colors of #6A0010
Black with #6A0010
Text Example
Text Example
White with #6A0010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0010; }
p { color: rgb(106,0,16); }
H1.HeaderClassName
{
color: #6A0010;
}
.AnyTagClassName
{
color: #6A0010;
}
</style>
background-color css
<style>
a { background-color: #6A0010; }
a { background-color: rgb(106,0,16); }
div.DivClassName
{
background-color: #6A0010;
}
.BgClassName
{
background-color: #6A0010;
}
</style>
border-color css
<style>
span { border-color: #6A0010; }
span { border-color: rgb(106,0,16); }
td.TdClassName
{
border-color: #6A0010;
}
.TagClassName
{
border-color: #6A0010;
}
</style>