Shades of Burgundy #6B0429
Tints of Burgundy #6B0429
RGB
CMYK
RGB Variations
Color information
#6B0429 (or 0x6B0429) is known color: Burgundy. HEX triplet: 6B, 04 and 29. RGB value is (107,4,41). Sum of RGB (Red+Green+Blue) = 107+4+41=152 (20% of max value = 765). Red value is 107 (42.19% from 255 or 70.39% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0429 is #94FBD6. Grayscale: #262626. Windows color (decimal): -9763799 or 2688107. OLE color: 2688107.
HSL color Cylindrical-coordinate representation of color #6B0429: hue angle of 338.45º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B0429 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 4 | 41 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.58 |
| HSL | 338.45º | 0.93% | 0.22% | - |
| HSV(B) | 338.45º | 0.96% | 0.42% | - |
| XYZ | 6.51 | 3.37 | 2.41 | - |
| YUV | 39.02 | 129.12 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 4 | 41 | 0 | 0.96 | 0.62 | 0.58 | 338.45 | 0.93 | 0.22 |
| Hex | 6B | 4 | 29 | 0 | 60 | 3E | 3A | 152 | 5D | 16 |
| Octal | 153 | 4 | 51 | 0 | 140 | 76 | 72 | 522 | 135 | 26 |
| Binary | 1101011 | 100 | 101001 | 0 | 1100000 | 111110 | 111010 | 101010010 | 1011101 | 10110 |
Color Harmonies of #6B0429
Complementary color
Monochromatic Colors of #6B0429
Black with #6B0429
Text Example
Text Example
White with #6B0429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0429; }
p { color: rgb(107,4,41); }
H1.HeaderClassName
{
color: #6B0429;
}
.AnyTagClassName
{
color: #6B0429;
}
</style>
background-color css
<style>
a { background-color: #6B0429; }
a { background-color: rgb(107,4,41); }
div.DivClassName
{
background-color: #6B0429;
}
.BgClassName
{
background-color: #6B0429;
}
</style>
border-color css
<style>
span { border-color: #6B0429; }
span { border-color: rgb(107,4,41); }
td.TdClassName
{
border-color: #6B0429;
}
.TagClassName
{
border-color: #6B0429;
}
</style>