Shades of Burgundy #6B0229
Tints of Burgundy #6B0229
RGB
CMYK
RGB Variations
Color information
#6B0229 (or 0x6B0229) is known color: Burgundy. HEX triplet: 6B, 02 and 29. RGB value is (107,2,41). Sum of RGB (Red+Green+Blue) = 107+2+41=150 (19% of max value = 765). Red value is 107 (42.19% from 255 or 71.33% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0229 is #94FDD6. Grayscale: #252525. Windows color (decimal): -9764311 or 2687595. OLE color: 2687595.
HSL color Cylindrical-coordinate representation of color #6B0229: hue angle of 337.71º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B0229 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 2 | 41 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.58 |
| HSL | 337.71º | 0.96% | 0.21% | - |
| HSV(B) | 337.71º | 0.98% | 0.42% | - |
| XYZ | 6.49 | 3.33 | 2.4 | - |
| YUV | 37.84 | 129.79 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 2 | 41 | 0 | 0.98 | 0.62 | 0.58 | 337.71 | 0.96 | 0.21 |
| Hex | 6B | 2 | 29 | 0 | 62 | 3E | 3A | 152 | 60 | 15 |
| Octal | 153 | 2 | 51 | 0 | 142 | 76 | 72 | 522 | 140 | 25 |
| Binary | 1101011 | 10 | 101001 | 0 | 1100010 | 111110 | 111010 | 101010010 | 1100000 | 10101 |
Color Harmonies of #6B0229
Complementary color
Monochromatic Colors of #6B0229
Black with #6B0229
Text Example
Text Example
White with #6B0229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0229; }
p { color: rgb(107,2,41); }
H1.HeaderClassName
{
color: #6B0229;
}
.AnyTagClassName
{
color: #6B0229;
}
</style>
background-color css
<style>
a { background-color: #6B0229; }
a { background-color: rgb(107,2,41); }
div.DivClassName
{
background-color: #6B0229;
}
.BgClassName
{
background-color: #6B0229;
}
</style>
border-color css
<style>
span { border-color: #6B0229; }
span { border-color: rgb(107,2,41); }
td.TdClassName
{
border-color: #6B0229;
}
.TagClassName
{
border-color: #6B0229;
}
</style>