Shades of Burgundy #6C092A
Tints of Burgundy #6C092A
RGB
CMYK
RGB Variations
Color information
#6C092A (or 0x6C092A) is known color: Burgundy. HEX triplet: 6C, 09 and 2A. RGB value is (108,9,42). Sum of RGB (Red+Green+Blue) = 108+9+42=159 (21% of max value = 765). Red value is 108 (42.58% from 255 or 67.92% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 108 - color contains mainly: red. Hex color #6C092A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C092A is #93F6D5. Grayscale: #2A2A2A. Windows color (decimal): -9696982 or 2754924. OLE color: 2754924.
HSL color Cylindrical-coordinate representation of color #6C092A: hue angle of 340º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C092A is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 9 | 42 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.58 |
| HSL | 340º | 0.85% | 0.23% | - |
| HSV(B) | 340º | 0.92% | 0.42% | - |
| XYZ | 6.7 | 3.55 | 2.52 | - |
| YUV | 42.36 | 127.8 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 9 | 42 | 0 | 0.92 | 0.61 | 0.58 | 340 | 0.85 | 0.23 |
| Hex | 6C | 9 | 2A | 0 | 5C | 3D | 3A | 154 | 55 | 17 |
| Octal | 154 | 11 | 52 | 0 | 134 | 75 | 72 | 524 | 125 | 27 |
| Binary | 1101100 | 1001 | 101010 | 0 | 1011100 | 111101 | 111010 | 101010100 | 1010101 | 10111 |
Color Harmonies of #6C092A
Complementary color
Monochromatic Colors of #6C092A
Black with #6C092A
Text Example
Text Example
White with #6C092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C092A; }
p { color: rgb(108,9,42); }
H1.HeaderClassName
{
color: #6C092A;
}
.AnyTagClassName
{
color: #6C092A;
}
</style>
background-color css
<style>
a { background-color: #6C092A; }
a { background-color: rgb(108,9,42); }
div.DivClassName
{
background-color: #6C092A;
}
.BgClassName
{
background-color: #6C092A;
}
</style>
border-color css
<style>
span { border-color: #6C092A; }
span { border-color: rgb(108,9,42); }
td.TdClassName
{
border-color: #6C092A;
}
.TagClassName
{
border-color: #6C092A;
}
</style>