Shades of Burgundy #6B051F
Tints of Burgundy #6B051F
RGB
CMYK
RGB Variations
Color information
#6B051F (or 0x6B051F) is known color: Burgundy. HEX triplet: 6B, 05 and 1F. RGB value is (107,5,31). Sum of RGB (Red+Green+Blue) = 107+5+31=143 (18% of max value = 765). Red value is 107 (42.19% from 255 or 74.83% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 107 - color contains mainly: red. Hex color #6B051F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B051F is #94FAE0. Grayscale: #262626. Windows color (decimal): -9763553 or 2033003. OLE color: 2033003.
HSL color Cylindrical-coordinate representation of color #6B051F: hue angle of 344.71º 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 #6B051F is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 5 | 31 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.58 |
| HSL | 344.71º | 0.91% | 0.22% | - |
| HSV(B) | 344.71º | 0.95% | 0.42% | - |
| XYZ | 6.36 | 3.33 | 1.6 | - |
| YUV | 38.46 | 123.79 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 31 | 0 | 0.95 | 0.71 | 0.58 | 344.71 | 0.91 | 0.22 |
| Hex | 6B | 5 | 1F | 0 | 5F | 47 | 3A | 159 | 5B | 16 |
| Octal | 153 | 5 | 37 | 0 | 137 | 107 | 72 | 531 | 133 | 26 |
| Binary | 1101011 | 101 | 11111 | 0 | 1011111 | 1000111 | 111010 | 101011001 | 1011011 | 10110 |
Color Harmonies of #6B051F
Complementary color
Monochromatic Colors of #6B051F
Black with #6B051F
Text Example
Text Example
White with #6B051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B051F; }
p { color: rgb(107,5,31); }
H1.HeaderClassName
{
color: #6B051F;
}
.AnyTagClassName
{
color: #6B051F;
}
</style>
background-color css
<style>
a { background-color: #6B051F; }
a { background-color: rgb(107,5,31); }
div.DivClassName
{
background-color: #6B051F;
}
.BgClassName
{
background-color: #6B051F;
}
</style>
border-color css
<style>
span { border-color: #6B051F; }
span { border-color: rgb(107,5,31); }
td.TdClassName
{
border-color: #6B051F;
}
.TagClassName
{
border-color: #6B051F;
}
</style>