Shades of Burgundy #6B0005
Tints of Burgundy #6B0005
RGB
CMYK
RGB Variations
Color information
#6B0005 (or 0x6B0005) is known color: Burgundy. HEX triplet: 6B, 00 and 05. RGB value is (107,0,5). Sum of RGB (Red+Green+Blue) = 107+0+5=112 (14% of max value = 765). Red value is 107 (42.19% from 255 or 95.54% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0005 is #94FFFA. Grayscale: #202020. Windows color (decimal): -9764859 or 327787. OLE color: 327787.
HSL color Cylindrical-coordinate representation of color #6B0005: hue angle of 357.2º 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 #6B0005 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.95 | 0.58 |
| HSL | 357.2º | 1% | 0.21% | - |
| HSV(B) | 357.2º | 1% | 0.42% | - |
| XYZ | 6.09 | 3.14 | 0.43 | - |
| YUV | 32.56 | 112.45 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 0 | 5 | 0 | 1 | 0.95 | 0.58 | 357.2 | 1 | 0.21 |
| Hex | 6B | 0 | 5 | 0 | 64 | 5F | 3A | 165 | 64 | 15 |
| Octal | 153 | 0 | 5 | 0 | 144 | 137 | 72 | 545 | 144 | 25 |
| Binary | 1101011 | 0 | 101 | 0 | 1100100 | 1011111 | 111010 | 101100101 | 1100100 | 10101 |
Color Harmonies of #6B0005
Complementary color
Monochromatic Colors of #6B0005
Black with #6B0005
Text Example
Text Example
White with #6B0005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0005; }
p { color: rgb(107,0,5); }
H1.HeaderClassName
{
color: #6B0005;
}
.AnyTagClassName
{
color: #6B0005;
}
</style>
background-color css
<style>
a { background-color: #6B0005; }
a { background-color: rgb(107,0,5); }
div.DivClassName
{
background-color: #6B0005;
}
.BgClassName
{
background-color: #6B0005;
}
</style>
border-color css
<style>
span { border-color: #6B0005; }
span { border-color: rgb(107,0,5); }
td.TdClassName
{
border-color: #6B0005;
}
.TagClassName
{
border-color: #6B0005;
}
</style>