Shades of Burgundy #6A0413
Tints of Burgundy #6A0413
RGB
CMYK
RGB Variations
Color information
#6A0413 (or 0x6A0413) is known color: Burgundy. HEX triplet: 6A, 04 and 13. RGB value is (106,4,19). Sum of RGB (Red+Green+Blue) = 106+4+19=129 (17% of max value = 765). Red value is 106 (41.80% from 255 or 82.17% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0413 is #95FBEC. Grayscale: #242424. Windows color (decimal): -9829357 or 1246314. OLE color: 1246314.
HSL color Cylindrical-coordinate representation of color #6A0413: hue angle of 351.18º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A0413 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 4 | 19 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.58 |
| HSL | 351.18º | 0.93% | 0.22% | - |
| HSV(B) | 351.18º | 0.96% | 0.42% | - |
| XYZ | 6.1 | 3.2 | 0.91 | - |
| YUV | 36.21 | 118.29 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 4 | 19 | 0 | 0.96 | 0.82 | 0.58 | 351.18 | 0.93 | 0.22 |
| Hex | 6A | 4 | 13 | 0 | 60 | 52 | 3A | 15F | 5D | 16 |
| Octal | 152 | 4 | 23 | 0 | 140 | 122 | 72 | 537 | 135 | 26 |
| Binary | 1101010 | 100 | 10011 | 0 | 1100000 | 1010010 | 111010 | 101011111 | 1011101 | 10110 |
Color Harmonies of #6A0413
Complementary color
Monochromatic Colors of #6A0413
Black with #6A0413
Text Example
Text Example
White with #6A0413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0413; }
p { color: rgb(106,4,19); }
H1.HeaderClassName
{
color: #6A0413;
}
.AnyTagClassName
{
color: #6A0413;
}
</style>
background-color css
<style>
a { background-color: #6A0413; }
a { background-color: rgb(106,4,19); }
div.DivClassName
{
background-color: #6A0413;
}
.BgClassName
{
background-color: #6A0413;
}
</style>
border-color css
<style>
span { border-color: #6A0413; }
span { border-color: rgb(106,4,19); }
td.TdClassName
{
border-color: #6A0413;
}
.TagClassName
{
border-color: #6A0413;
}
</style>