Shades of Burgundy #6A0104
Tints of Burgundy #6A0104
RGB
CMYK
RGB Variations
Color information
#6A0104 (or 0x6A0104) is known color: Burgundy. HEX triplet: 6A, 01 and 04. RGB value is (106,1,4). Sum of RGB (Red+Green+Blue) = 106+1+4=111 (14% of max value = 765). Red value is 106 (41.80% from 255 or 95.50% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0104 is #95FEFB. Grayscale: #202020. Windows color (decimal): -9830140 or 262506. OLE color: 262506.
HSL color Cylindrical-coordinate representation of color #6A0104: hue angle of 358.29º 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 #6A0104 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 1 | 4 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.58 |
| HSL | 358.29º | 0.98% | 0.21% | - |
| HSV(B) | 358.29º | 0.99% | 0.42% | - |
| XYZ | 5.98 | 3.09 | 0.4 | - |
| YUV | 32.74 | 111.79 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 1 | 4 | 0 | 0.99 | 0.96 | 0.58 | 358.29 | 0.98 | 0.21 |
| Hex | 6A | 1 | 4 | 0 | 63 | 60 | 3A | 166 | 62 | 15 |
| Octal | 152 | 1 | 4 | 0 | 143 | 140 | 72 | 546 | 142 | 25 |
| Binary | 1101010 | 1 | 100 | 0 | 1100011 | 1100000 | 111010 | 101100110 | 1100010 | 10101 |
Color Harmonies of #6A0104
Complementary color
Monochromatic Colors of #6A0104
Black with #6A0104
Text Example
Text Example
White with #6A0104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0104; }
p { color: rgb(106,1,4); }
H1.HeaderClassName
{
color: #6A0104;
}
.AnyTagClassName
{
color: #6A0104;
}
</style>
background-color css
<style>
a { background-color: #6A0104; }
a { background-color: rgb(106,1,4); }
div.DivClassName
{
background-color: #6A0104;
}
.BgClassName
{
background-color: #6A0104;
}
</style>
border-color css
<style>
span { border-color: #6A0104; }
span { border-color: rgb(106,1,4); }
td.TdClassName
{
border-color: #6A0104;
}
.TagClassName
{
border-color: #6A0104;
}
</style>