Shades of Burgundy #6B0622
Tints of Burgundy #6B0622
RGB
CMYK
RGB Variations
Color information
#6B0622 (or 0x6B0622) is known color: Burgundy. HEX triplet: 6B, 06 and 22. RGB value is (107,6,34). Sum of RGB (Red+Green+Blue) = 107+6+34=147 (19% of max value = 765). Red value is 107 (42.19% from 255 or 72.79% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 34 (13.67% from 255 or 23.13% from 147); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0622 is #94F9DD. Grayscale: #272727. Windows color (decimal): -9763294 or 2229867. OLE color: 2229867.
HSL color Cylindrical-coordinate representation of color #6B0622: hue angle of 343.37º 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 #6B0622 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 6 | 34 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.58 |
| HSL | 343.37º | 0.89% | 0.22% | - |
| HSV(B) | 343.37º | 0.94% | 0.42% | - |
| XYZ | 6.42 | 3.37 | 1.83 | - |
| YUV | 39.39 | 124.96 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 6 | 34 | 0 | 0.94 | 0.68 | 0.58 | 343.37 | 0.89 | 0.22 |
| Hex | 6B | 6 | 22 | 0 | 5E | 44 | 3A | 157 | 59 | 16 |
| Octal | 153 | 6 | 42 | 0 | 136 | 104 | 72 | 527 | 131 | 26 |
| Binary | 1101011 | 110 | 100010 | 0 | 1011110 | 1000100 | 111010 | 101010111 | 1011001 | 10110 |
Color Harmonies of #6B0622
Complementary color
Monochromatic Colors of #6B0622
Black with #6B0622
Text Example
Text Example
White with #6B0622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0622; }
p { color: rgb(107,6,34); }
H1.HeaderClassName
{
color: #6B0622;
}
.AnyTagClassName
{
color: #6B0622;
}
</style>
background-color css
<style>
a { background-color: #6B0622; }
a { background-color: rgb(107,6,34); }
div.DivClassName
{
background-color: #6B0622;
}
.BgClassName
{
background-color: #6B0622;
}
</style>
border-color css
<style>
span { border-color: #6B0622; }
span { border-color: rgb(107,6,34); }
td.TdClassName
{
border-color: #6B0622;
}
.TagClassName
{
border-color: #6B0622;
}
</style>