Shades of Burgundy #6B051A
Tints of Burgundy #6B051A
RGB
CMYK
RGB Variations
Color information
#6B051A (or 0x6B051A) is known color: Burgundy. HEX triplet: 6B, 05 and 1A. RGB value is (107,5,26). Sum of RGB (Red+Green+Blue) = 107+5+26=138 (18% of max value = 765). Red value is 107 (42.19% from 255 or 77.54% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 107 - color contains mainly: red. Hex color #6B051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B051A is #94FAE5. Grayscale: #252525. Windows color (decimal): -9763558 or 1705323. OLE color: 1705323.
HSL color Cylindrical-coordinate representation of color #6B051A: hue angle of 347.65º 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 #6B051A is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 5 | 26 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.58 |
| HSL | 347.65º | 0.91% | 0.22% | - |
| HSV(B) | 347.65º | 0.95% | 0.42% | - |
| XYZ | 6.3 | 3.31 | 1.28 | - |
| YUV | 37.89 | 121.29 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 26 | 0 | 0.95 | 0.76 | 0.58 | 347.65 | 0.91 | 0.22 |
| Hex | 6B | 5 | 1A | 0 | 5F | 4C | 3A | 15C | 5B | 16 |
| Octal | 153 | 5 | 32 | 0 | 137 | 114 | 72 | 534 | 133 | 26 |
| Binary | 1101011 | 101 | 11010 | 0 | 1011111 | 1001100 | 111010 | 101011100 | 1011011 | 10110 |
Color Harmonies of #6B051A
Complementary color
Monochromatic Colors of #6B051A
Black with #6B051A
Text Example
Text Example
White with #6B051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B051A; }
p { color: rgb(107,5,26); }
H1.HeaderClassName
{
color: #6B051A;
}
.AnyTagClassName
{
color: #6B051A;
}
</style>
background-color css
<style>
a { background-color: #6B051A; }
a { background-color: rgb(107,5,26); }
div.DivClassName
{
background-color: #6B051A;
}
.BgClassName
{
background-color: #6B051A;
}
</style>
border-color css
<style>
span { border-color: #6B051A; }
span { border-color: rgb(107,5,26); }
td.TdClassName
{
border-color: #6B051A;
}
.TagClassName
{
border-color: #6B051A;
}
</style>