Shades of Burgundy #6B0512
Tints of Burgundy #6B0512
RGB
CMYK
RGB Variations
Color information
#6B0512 (or 0x6B0512) is known color: Burgundy. HEX triplet: 6B, 05 and 12. RGB value is (107,5,18). Sum of RGB (Red+Green+Blue) = 107+5+18=130 (17% of max value = 765). Red value is 107 (42.19% from 255 or 82.31% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0512 is #94FAED. Grayscale: #252525. Windows color (decimal): -9763566 or 1181035. OLE color: 1181035.
HSL color Cylindrical-coordinate representation of color #6B0512: hue angle of 352.35º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B0512 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 5 | 18 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.58 |
| HSL | 352.35º | 0.91% | 0.22% | - |
| HSV(B) | 352.35º | 0.95% | 0.42% | - |
| XYZ | 6.23 | 3.28 | 0.88 | - |
| YUV | 36.98 | 117.29 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 18 | 0 | 0.95 | 0.83 | 0.58 | 352.35 | 0.91 | 0.22 |
| Hex | 6B | 5 | 12 | 0 | 5F | 53 | 3A | 160 | 5B | 16 |
| Octal | 153 | 5 | 22 | 0 | 137 | 123 | 72 | 540 | 133 | 26 |
| Binary | 1101011 | 101 | 10010 | 0 | 1011111 | 1010011 | 111010 | 101100000 | 1011011 | 10110 |
Color Harmonies of #6B0512
Complementary color
Monochromatic Colors of #6B0512
Black with #6B0512
Text Example
Text Example
White with #6B0512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0512; }
p { color: rgb(107,5,18); }
H1.HeaderClassName
{
color: #6B0512;
}
.AnyTagClassName
{
color: #6B0512;
}
</style>
background-color css
<style>
a { background-color: #6B0512; }
a { background-color: rgb(107,5,18); }
div.DivClassName
{
background-color: #6B0512;
}
.BgClassName
{
background-color: #6B0512;
}
</style>
border-color css
<style>
span { border-color: #6B0512; }
span { border-color: rgb(107,5,18); }
td.TdClassName
{
border-color: #6B0512;
}
.TagClassName
{
border-color: #6B0512;
}
</style>