Shades of Burgundy #6B0326
Tints of Burgundy #6B0326
RGB
CMYK
RGB Variations
Color information
#6B0326 (or 0x6B0326) is known color: Burgundy. HEX triplet: 6B, 03 and 26. RGB value is (107,3,38). Sum of RGB (Red+Green+Blue) = 107+3+38=148 (19% of max value = 765). Red value is 107 (42.19% from 255 or 72.30% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0326 is #94FCD9. Grayscale: #262626. Windows color (decimal): -9764058 or 2491243. OLE color: 2491243.
HSL color Cylindrical-coordinate representation of color #6B0326: hue angle of 339.81º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B0326 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 3 | 38 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.58 |
| HSL | 339.81º | 0.95% | 0.22% | - |
| HSV(B) | 339.81º | 0.97% | 0.42% | - |
| XYZ | 6.45 | 3.33 | 2.14 | - |
| YUV | 38.09 | 127.96 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 3 | 38 | 0 | 0.97 | 0.64 | 0.58 | 339.81 | 0.95 | 0.22 |
| Hex | 6B | 3 | 26 | 0 | 61 | 40 | 3A | 154 | 5F | 16 |
| Octal | 153 | 3 | 46 | 0 | 141 | 100 | 72 | 524 | 137 | 26 |
| Binary | 1101011 | 11 | 100110 | 0 | 1100001 | 1000000 | 111010 | 101010100 | 1011111 | 10110 |
Color Harmonies of #6B0326
Complementary color
Monochromatic Colors of #6B0326
Black with #6B0326
Text Example
Text Example
White with #6B0326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0326; }
p { color: rgb(107,3,38); }
H1.HeaderClassName
{
color: #6B0326;
}
.AnyTagClassName
{
color: #6B0326;
}
</style>
background-color css
<style>
a { background-color: #6B0326; }
a { background-color: rgb(107,3,38); }
div.DivClassName
{
background-color: #6B0326;
}
.BgClassName
{
background-color: #6B0326;
}
</style>
border-color css
<style>
span { border-color: #6B0326; }
span { border-color: rgb(107,3,38); }
td.TdClassName
{
border-color: #6B0326;
}
.TagClassName
{
border-color: #6B0326;
}
</style>