Shades of Burgundy #6C0018
Tints of Burgundy #6C0018
RGB
CMYK
RGB Variations
Color information
#6C0018 (or 0x6C0018) is known color: Burgundy. HEX triplet: 6C, 00 and 18. RGB value is (108,0,24). Sum of RGB (Red+Green+Blue) = 108+0+24=132 (17% of max value = 765). Red value is 108 (42.58% from 255 or 81.82% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0018 is #93FFE7. Grayscale: #232323. Windows color (decimal): -9699304 or 1572972. OLE color: 1572972.
HSL color Cylindrical-coordinate representation of color #6C0018: hue angle of 346.67º 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 #6C0018 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.78 | 0.58 |
| HSL | 346.67º | 1% | 0.21% | - |
| HSV(B) | 346.67º | 1% | 0.42% | - |
| XYZ | 6.35 | 3.25 | 1.16 | - |
| YUV | 35.03 | 121.78 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 0 | 24 | 0 | 1 | 0.78 | 0.58 | 346.67 | 1 | 0.21 |
| Hex | 6C | 0 | 18 | 0 | 64 | 4E | 3A | 15B | 64 | 15 |
| Octal | 154 | 0 | 30 | 0 | 144 | 116 | 72 | 533 | 144 | 25 |
| Binary | 1101100 | 0 | 11000 | 0 | 1100100 | 1001110 | 111010 | 101011011 | 1100100 | 10101 |
Color Harmonies of #6C0018
Complementary color
Monochromatic Colors of #6C0018
Black with #6C0018
Text Example
Text Example
White with #6C0018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0018; }
p { color: rgb(108,0,24); }
H1.HeaderClassName
{
color: #6C0018;
}
.AnyTagClassName
{
color: #6C0018;
}
</style>
background-color css
<style>
a { background-color: #6C0018; }
a { background-color: rgb(108,0,24); }
div.DivClassName
{
background-color: #6C0018;
}
.BgClassName
{
background-color: #6C0018;
}
</style>
border-color css
<style>
span { border-color: #6C0018; }
span { border-color: rgb(108,0,24); }
td.TdClassName
{
border-color: #6C0018;
}
.TagClassName
{
border-color: #6C0018;
}
</style>