Shades of Burgundy #6C001B
Tints of Burgundy #6C001B
RGB
CMYK
RGB Variations
Color information
#6C001B (or 0x6C001B) is known color: Burgundy. HEX triplet: 6C, 00 and 1B. RGB value is (108,0,27). Sum of RGB (Red+Green+Blue) = 108+0+27=135 (17% of max value = 765). Red value is 108 (42.58% from 255 or 80% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 108 - color contains mainly: red. Hex color #6C001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C001B is #93FFE4. Grayscale: #232323. Windows color (decimal): -9699301 or 1769580. OLE color: 1769580.
HSL color Cylindrical-coordinate representation of color #6C001B: hue angle of 345º 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 #6C001B is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.75 | 0.58 |
| HSL | 345º | 1% | 0.21% | - |
| HSV(B) | 345º | 1% | 0.42% | - |
| XYZ | 6.38 | 3.27 | 1.33 | - |
| YUV | 35.37 | 123.28 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 0 | 27 | 0 | 1 | 0.75 | 0.58 | 345 | 1 | 0.21 |
| Hex | 6C | 0 | 1B | 0 | 64 | 4B | 3A | 159 | 64 | 15 |
| Octal | 154 | 0 | 33 | 0 | 144 | 113 | 72 | 531 | 144 | 25 |
| Binary | 1101100 | 0 | 11011 | 0 | 1100100 | 1001011 | 111010 | 101011001 | 1100100 | 10101 |
Color Harmonies of #6C001B
Complementary color
Monochromatic Colors of #6C001B
Black with #6C001B
Text Example
Text Example
White with #6C001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C001B; }
p { color: rgb(108,0,27); }
H1.HeaderClassName
{
color: #6C001B;
}
.AnyTagClassName
{
color: #6C001B;
}
</style>
background-color css
<style>
a { background-color: #6C001B; }
a { background-color: rgb(108,0,27); }
div.DivClassName
{
background-color: #6C001B;
}
.BgClassName
{
background-color: #6C001B;
}
</style>
border-color css
<style>
span { border-color: #6C001B; }
span { border-color: rgb(108,0,27); }
td.TdClassName
{
border-color: #6C001B;
}
.TagClassName
{
border-color: #6C001B;
}
</style>