Shades of Burgundy #6A0417
Tints of Burgundy #6A0417
RGB
CMYK
RGB Variations
Color information
#6A0417 (or 0x6A0417) is known color: Burgundy. HEX triplet: 6A, 04 and 17. RGB value is (106,4,23). Sum of RGB (Red+Green+Blue) = 106+4+23=133 (17% of max value = 765). Red value is 106 (41.80% from 255 or 79.70% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0417 is #95FBE8. Grayscale: #242424. Windows color (decimal): -9829353 or 1508458. OLE color: 1508458.
HSL color Cylindrical-coordinate representation of color #6A0417: hue angle of 348.82º 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 #6A0417 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 4 | 23 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.58 |
| HSL | 348.82º | 0.93% | 0.22% | - |
| HSV(B) | 348.82º | 0.96% | 0.42% | - |
| XYZ | 6.14 | 3.21 | 1.11 | - |
| YUV | 36.66 | 120.29 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 4 | 23 | 0 | 0.96 | 0.78 | 0.58 | 348.82 | 0.93 | 0.22 |
| Hex | 6A | 4 | 17 | 0 | 60 | 4E | 3A | 15D | 5D | 16 |
| Octal | 152 | 4 | 27 | 0 | 140 | 116 | 72 | 535 | 135 | 26 |
| Binary | 1101010 | 100 | 10111 | 0 | 1100000 | 1001110 | 111010 | 101011101 | 1011101 | 10110 |
Color Harmonies of #6A0417
Complementary color
Monochromatic Colors of #6A0417
Black with #6A0417
Text Example
Text Example
White with #6A0417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0417; }
p { color: rgb(106,4,23); }
H1.HeaderClassName
{
color: #6A0417;
}
.AnyTagClassName
{
color: #6A0417;
}
</style>
background-color css
<style>
a { background-color: #6A0417; }
a { background-color: rgb(106,4,23); }
div.DivClassName
{
background-color: #6A0417;
}
.BgClassName
{
background-color: #6A0417;
}
</style>
border-color css
<style>
span { border-color: #6A0417; }
span { border-color: rgb(106,4,23); }
td.TdClassName
{
border-color: #6A0417;
}
.TagClassName
{
border-color: #6A0417;
}
</style>