Shades of Burgundy #6B061F
Tints of Burgundy #6B061F
RGB
CMYK
RGB Variations
Color information
#6B061F (or 0x6B061F) is known color: Burgundy. HEX triplet: 6B, 06 and 1F. RGB value is (107,6,31). Sum of RGB (Red+Green+Blue) = 107+6+31=144 (19% of max value = 765). Red value is 107 (42.19% from 255 or 74.31% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 107 - color contains mainly: red. Hex color #6B061F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B061F is #94F9E0. Grayscale: #272727. Windows color (decimal): -9763297 or 2033259. OLE color: 2033259.
HSL color Cylindrical-coordinate representation of color #6B061F: hue angle of 345.15º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B061F is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 6 | 31 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.58 |
| HSL | 345.15º | 0.89% | 0.22% | - |
| HSV(B) | 345.15º | 0.94% | 0.42% | - |
| XYZ | 6.38 | 3.35 | 1.61 | - |
| YUV | 39.05 | 123.46 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 6 | 31 | 0 | 0.94 | 0.71 | 0.58 | 345.15 | 0.89 | 0.22 |
| Hex | 6B | 6 | 1F | 0 | 5E | 47 | 3A | 159 | 59 | 16 |
| Octal | 153 | 6 | 37 | 0 | 136 | 107 | 72 | 531 | 131 | 26 |
| Binary | 1101011 | 110 | 11111 | 0 | 1011110 | 1000111 | 111010 | 101011001 | 1011001 | 10110 |
Color Harmonies of #6B061F
Complementary color
Monochromatic Colors of #6B061F
Black with #6B061F
Text Example
Text Example
White with #6B061F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B061F; }
p { color: rgb(107,6,31); }
H1.HeaderClassName
{
color: #6B061F;
}
.AnyTagClassName
{
color: #6B061F;
}
</style>
background-color css
<style>
a { background-color: #6B061F; }
a { background-color: rgb(107,6,31); }
div.DivClassName
{
background-color: #6B061F;
}
.BgClassName
{
background-color: #6B061F;
}
</style>
border-color css
<style>
span { border-color: #6B061F; }
span { border-color: rgb(107,6,31); }
td.TdClassName
{
border-color: #6B061F;
}
.TagClassName
{
border-color: #6B061F;
}
</style>