Shades of Burgundy #6B050B
Tints of Burgundy #6B050B
RGB
CMYK
RGB Variations
Color information
#6B050B (or 0x6B050B) is known color: Burgundy. HEX triplet: 6B, 05 and 0B. RGB value is (107,5,11). Sum of RGB (Red+Green+Blue) = 107+5+11=123 (16% of max value = 765). Red value is 107 (42.19% from 255 or 86.99% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 107 - color contains mainly: red. Hex color #6B050B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B050B is #94FAF4. Grayscale: #242424. Windows color (decimal): -9763573 or 722283. OLE color: 722283.
HSL color Cylindrical-coordinate representation of color #6B050B: hue angle of 356.47º 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 #6B050B is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 5 | 11 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.58 |
| HSL | 356.47º | 0.91% | 0.22% | - |
| HSV(B) | 356.47º | 0.95% | 0.42% | - |
| XYZ | 6.18 | 3.26 | 0.62 | - |
| YUV | 36.18 | 113.79 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 11 | 0 | 0.95 | 0.90 | 0.58 | 356.47 | 0.91 | 0.22 |
| Hex | 6B | 5 | B | 0 | 5F | 5A | 3A | 164 | 5B | 16 |
| Octal | 153 | 5 | 13 | 0 | 137 | 132 | 72 | 544 | 133 | 26 |
| Binary | 1101011 | 101 | 1011 | 0 | 1011111 | 1011010 | 111010 | 101100100 | 1011011 | 10110 |
Color Harmonies of #6B050B
Complementary color
Monochromatic Colors of #6B050B
Black with #6B050B
Text Example
Text Example
White with #6B050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B050B; }
p { color: rgb(107,5,11); }
H1.HeaderClassName
{
color: #6B050B;
}
.AnyTagClassName
{
color: #6B050B;
}
</style>
background-color css
<style>
a { background-color: #6B050B; }
a { background-color: rgb(107,5,11); }
div.DivClassName
{
background-color: #6B050B;
}
.BgClassName
{
background-color: #6B050B;
}
</style>
border-color css
<style>
span { border-color: #6B050B; }
span { border-color: rgb(107,5,11); }
td.TdClassName
{
border-color: #6B050B;
}
.TagClassName
{
border-color: #6B050B;
}
</style>