Shades of Burgundy #6B081D
Tints of Burgundy #6B081D
RGB
CMYK
RGB Variations
Color information
#6B081D (or 0x6B081D) is known color: Burgundy. HEX triplet: 6B, 08 and 1D. RGB value is (107,8,29). Sum of RGB (Red+Green+Blue) = 107+8+29=144 (19% of max value = 765). Red value is 107 (42.19% from 255 or 74.31% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 107 - color contains mainly: red. Hex color #6B081D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B081D is #94F7E2. Grayscale: #282828. Windows color (decimal): -9762787 or 1902699. OLE color: 1902699.
HSL color Cylindrical-coordinate representation of color #6B081D: hue angle of 347.27º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B081D is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 8 | 29 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.58 |
| HSL | 347.27º | 0.86% | 0.23% | - |
| HSV(B) | 347.27º | 0.93% | 0.42% | - |
| XYZ | 6.37 | 3.39 | 1.48 | - |
| YUV | 40 | 121.8 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 8 | 29 | 0 | 0.93 | 0.73 | 0.58 | 347.27 | 0.86 | 0.23 |
| Hex | 6B | 8 | 1D | 0 | 5D | 49 | 3A | 15B | 56 | 17 |
| Octal | 153 | 10 | 35 | 0 | 135 | 111 | 72 | 533 | 126 | 27 |
| Binary | 1101011 | 1000 | 11101 | 0 | 1011101 | 1001001 | 111010 | 101011011 | 1010110 | 10111 |
Color Harmonies of #6B081D
Complementary color
Monochromatic Colors of #6B081D
Black with #6B081D
Text Example
Text Example
White with #6B081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B081D; }
p { color: rgb(107,8,29); }
H1.HeaderClassName
{
color: #6B081D;
}
.AnyTagClassName
{
color: #6B081D;
}
</style>
background-color css
<style>
a { background-color: #6B081D; }
a { background-color: rgb(107,8,29); }
div.DivClassName
{
background-color: #6B081D;
}
.BgClassName
{
background-color: #6B081D;
}
</style>
border-color css
<style>
span { border-color: #6B081D; }
span { border-color: rgb(107,8,29); }
td.TdClassName
{
border-color: #6B081D;
}
.TagClassName
{
border-color: #6B081D;
}
</style>