Shades of Burgundy #6B001C
Tints of Burgundy #6B001C
RGB
CMYK
RGB Variations
Color information
#6B001C (or 0x6B001C) is known color: Burgundy. HEX triplet: 6B, 00 and 1C. RGB value is (107,0,28). Sum of RGB (Red+Green+Blue) = 107+0+28=135 (17% of max value = 765). Red value is 107 (42.19% from 255 or 79.26% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 107 - color contains mainly: red. Hex color #6B001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B001C is #94FFE3. Grayscale: #232323. Windows color (decimal): -9764836 or 1835115. OLE color: 1835115.
HSL color Cylindrical-coordinate representation of color #6B001C: hue angle of 344.3º 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 #6B001C is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.74 | 0.58 |
| HSL | 344.3º | 1% | 0.21% | - |
| HSV(B) | 344.3º | 1% | 0.42% | - |
| XYZ | 6.27 | 3.21 | 1.39 | - |
| YUV | 35.19 | 123.95 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 0 | 28 | 0 | 1 | 0.74 | 0.58 | 344.3 | 1 | 0.21 |
| Hex | 6B | 0 | 1C | 0 | 64 | 4A | 3A | 158 | 64 | 15 |
| Octal | 153 | 0 | 34 | 0 | 144 | 112 | 72 | 530 | 144 | 25 |
| Binary | 1101011 | 0 | 11100 | 0 | 1100100 | 1001010 | 111010 | 101011000 | 1100100 | 10101 |
Color Harmonies of #6B001C
Complementary color
Monochromatic Colors of #6B001C
Black with #6B001C
Text Example
Text Example
White with #6B001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B001C; }
p { color: rgb(107,0,28); }
H1.HeaderClassName
{
color: #6B001C;
}
.AnyTagClassName
{
color: #6B001C;
}
</style>
background-color css
<style>
a { background-color: #6B001C; }
a { background-color: rgb(107,0,28); }
div.DivClassName
{
background-color: #6B001C;
}
.BgClassName
{
background-color: #6B001C;
}
</style>
border-color css
<style>
span { border-color: #6B001C; }
span { border-color: rgb(107,0,28); }
td.TdClassName
{
border-color: #6B001C;
}
.TagClassName
{
border-color: #6B001C;
}
</style>