Shades of Burgundy #6B051D
Tints of Burgundy #6B051D
RGB
CMYK
RGB Variations
Color information
#6B051D (or 0x6B051D) is known color: Burgundy. HEX triplet: 6B, 05 and 1D. RGB value is (107,5,29). Sum of RGB (Red+Green+Blue) = 107+5+29=141 (18% of max value = 765). Red value is 107 (42.19% from 255 or 75.89% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 107 - color contains mainly: red. Hex color #6B051D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B051D is #94FAE2. Grayscale: #262626. Windows color (decimal): -9763555 or 1901931. OLE color: 1901931.
HSL color Cylindrical-coordinate representation of color #6B051D: hue angle of 345.88º 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 #6B051D is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 5 | 29 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.58 |
| HSL | 345.88º | 0.91% | 0.22% | - |
| HSV(B) | 345.88º | 0.95% | 0.42% | - |
| XYZ | 6.34 | 3.32 | 1.47 | - |
| YUV | 38.23 | 122.79 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 29 | 0 | 0.95 | 0.73 | 0.58 | 345.88 | 0.91 | 0.22 |
| Hex | 6B | 5 | 1D | 0 | 5F | 49 | 3A | 15A | 5B | 16 |
| Octal | 153 | 5 | 35 | 0 | 137 | 111 | 72 | 532 | 133 | 26 |
| Binary | 1101011 | 101 | 11101 | 0 | 1011111 | 1001001 | 111010 | 101011010 | 1011011 | 10110 |
Color Harmonies of #6B051D
Complementary color
Monochromatic Colors of #6B051D
Black with #6B051D
Text Example
Text Example
White with #6B051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B051D; }
p { color: rgb(107,5,29); }
H1.HeaderClassName
{
color: #6B051D;
}
.AnyTagClassName
{
color: #6B051D;
}
</style>
background-color css
<style>
a { background-color: #6B051D; }
a { background-color: rgb(107,5,29); }
div.DivClassName
{
background-color: #6B051D;
}
.BgClassName
{
background-color: #6B051D;
}
</style>
border-color css
<style>
span { border-color: #6B051D; }
span { border-color: rgb(107,5,29); }
td.TdClassName
{
border-color: #6B051D;
}
.TagClassName
{
border-color: #6B051D;
}
</style>