Shades of Burgundy #6B0624
Tints of Burgundy #6B0624
RGB
CMYK
RGB Variations
Color information
#6B0624 (or 0x6B0624) is known color: Burgundy. HEX triplet: 6B, 06 and 24. RGB value is (107,6,36). Sum of RGB (Red+Green+Blue) = 107+6+36=149 (19% of max value = 765). Red value is 107 (42.19% from 255 or 71.81% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0624 is #94F9DB. Grayscale: #272727. Windows color (decimal): -9763292 or 2360939. OLE color: 2360939.
HSL color Cylindrical-coordinate representation of color #6B0624: hue angle of 342.18º 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 #6B0624 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 6 | 36 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.58 |
| HSL | 342.18º | 0.89% | 0.22% | - |
| HSV(B) | 342.18º | 0.94% | 0.42% | - |
| XYZ | 6.45 | 3.38 | 1.98 | - |
| YUV | 39.62 | 125.96 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 6 | 36 | 0 | 0.94 | 0.66 | 0.58 | 342.18 | 0.89 | 0.22 |
| Hex | 6B | 6 | 24 | 0 | 5E | 42 | 3A | 156 | 59 | 16 |
| Octal | 153 | 6 | 44 | 0 | 136 | 102 | 72 | 526 | 131 | 26 |
| Binary | 1101011 | 110 | 100100 | 0 | 1011110 | 1000010 | 111010 | 101010110 | 1011001 | 10110 |
Color Harmonies of #6B0624
Complementary color
Monochromatic Colors of #6B0624
Black with #6B0624
Text Example
Text Example
White with #6B0624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0624; }
p { color: rgb(107,6,36); }
H1.HeaderClassName
{
color: #6B0624;
}
.AnyTagClassName
{
color: #6B0624;
}
</style>
background-color css
<style>
a { background-color: #6B0624; }
a { background-color: rgb(107,6,36); }
div.DivClassName
{
background-color: #6B0624;
}
.BgClassName
{
background-color: #6B0624;
}
</style>
border-color css
<style>
span { border-color: #6B0624; }
span { border-color: rgb(107,6,36); }
td.TdClassName
{
border-color: #6B0624;
}
.TagClassName
{
border-color: #6B0624;
}
</style>