Shades of Burgundy #6F0329
Tints of Burgundy #6F0329
RGB
CMYK
RGB Variations
Color information
#6F0329 (or 0x6F0329) is known color: Burgundy. HEX triplet: 6F, 03 and 29. RGB value is (111,3,41). Sum of RGB (Red+Green+Blue) = 111+3+41=155 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.61% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0329 is #90FCD6. Grayscale: #272727. Windows color (decimal): -9501911 or 2687855. OLE color: 2687855.
HSL color Cylindrical-coordinate representation of color #6F0329: hue angle of 338.89º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F0329 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 3 | 41 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.56 |
| HSL | 338.89º | 0.95% | 0.22% | - |
| HSV(B) | 338.89º | 0.97% | 0.44% | - |
| XYZ | 6.99 | 3.6 | 2.43 | - |
| YUV | 39.62 | 128.78 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 41 | 0 | 0.97 | 0.63 | 0.56 | 338.89 | 0.95 | 0.22 |
| Hex | 6F | 3 | 29 | 0 | 61 | 3F | 38 | 153 | 5F | 16 |
| Octal | 157 | 3 | 51 | 0 | 141 | 77 | 70 | 523 | 137 | 26 |
| Binary | 1101111 | 11 | 101001 | 0 | 1100001 | 111111 | 111000 | 101010011 | 1011111 | 10110 |
Color Harmonies of #6F0329
Complementary color
Monochromatic Colors of #6F0329
Black with #6F0329
Text Example
Text Example
White with #6F0329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0329; }
p { color: rgb(111,3,41); }
H1.HeaderClassName
{
color: #6F0329;
}
.AnyTagClassName
{
color: #6F0329;
}
</style>
background-color css
<style>
a { background-color: #6F0329; }
a { background-color: rgb(111,3,41); }
div.DivClassName
{
background-color: #6F0329;
}
.BgClassName
{
background-color: #6F0329;
}
</style>
border-color css
<style>
span { border-color: #6F0329; }
span { border-color: rgb(111,3,41); }
td.TdClassName
{
border-color: #6F0329;
}
.TagClassName
{
border-color: #6F0329;
}
</style>