Shades of Burgundy #6B061B
Tints of Burgundy #6B061B
RGB
CMYK
RGB Variations
Color information
#6B061B (or 0x6B061B) is known color: Burgundy. HEX triplet: 6B, 06 and 1B. RGB value is (107,6,27). Sum of RGB (Red+Green+Blue) = 107+6+27=140 (18% of max value = 765). Red value is 107 (42.19% from 255 or 76.43% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 107 - color contains mainly: red. Hex color #6B061B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B061B is #94F9E4. Grayscale: #262626. Windows color (decimal): -9763301 or 1771115. OLE color: 1771115.
HSL color Cylindrical-coordinate representation of color #6B061B: hue angle of 347.52º 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 #6B061B is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 6 | 27 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.58 |
| HSL | 347.52º | 0.89% | 0.22% | - |
| HSV(B) | 347.52º | 0.94% | 0.42% | - |
| XYZ | 6.33 | 3.34 | 1.35 | - |
| YUV | 38.59 | 121.46 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 6 | 27 | 0 | 0.94 | 0.75 | 0.58 | 347.52 | 0.89 | 0.22 |
| Hex | 6B | 6 | 1B | 0 | 5E | 4B | 3A | 15C | 59 | 16 |
| Octal | 153 | 6 | 33 | 0 | 136 | 113 | 72 | 534 | 131 | 26 |
| Binary | 1101011 | 110 | 11011 | 0 | 1011110 | 1001011 | 111010 | 101011100 | 1011001 | 10110 |
Color Harmonies of #6B061B
Complementary color
Monochromatic Colors of #6B061B
Black with #6B061B
Text Example
Text Example
White with #6B061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B061B; }
p { color: rgb(107,6,27); }
H1.HeaderClassName
{
color: #6B061B;
}
.AnyTagClassName
{
color: #6B061B;
}
</style>
background-color css
<style>
a { background-color: #6B061B; }
a { background-color: rgb(107,6,27); }
div.DivClassName
{
background-color: #6B061B;
}
.BgClassName
{
background-color: #6B061B;
}
</style>
border-color css
<style>
span { border-color: #6B061B; }
span { border-color: rgb(107,6,27); }
td.TdClassName
{
border-color: #6B061B;
}
.TagClassName
{
border-color: #6B061B;
}
</style>