Shades of Burgundy #6F0A21
Tints of Burgundy #6F0A21
RGB
CMYK
RGB Variations
Color information
#6F0A21 (or 0x6F0A21) is known color: Burgundy. HEX triplet: 6F, 0A and 21. RGB value is (111,10,33). Sum of RGB (Red+Green+Blue) = 111+10+33=154 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.08% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0A21 is #90F5DE. Grayscale: #2A2A2A. Windows color (decimal): -9500127 or 2165359. OLE color: 2165359.
HSL color Cylindrical-coordinate representation of color #6F0A21: hue angle of 346.34º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F0A21 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 10 | 33 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.56 |
| HSL | 346.34º | 0.83% | 0.24% | - |
| HSV(B) | 346.34º | 0.91% | 0.44% | - |
| XYZ | 6.94 | 3.71 | 1.79 | - |
| YUV | 42.82 | 122.46 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 10 | 33 | 0 | 0.91 | 0.70 | 0.56 | 346.34 | 0.83 | 0.24 |
| Hex | 6F | A | 21 | 0 | 5B | 46 | 38 | 15A | 53 | 18 |
| Octal | 157 | 12 | 41 | 0 | 133 | 106 | 70 | 532 | 123 | 30 |
| Binary | 1101111 | 1010 | 100001 | 0 | 1011011 | 1000110 | 111000 | 101011010 | 1010011 | 11000 |
Color Harmonies of #6F0A21
Complementary color
Monochromatic Colors of #6F0A21
Black with #6F0A21
Text Example
Text Example
White with #6F0A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0A21; }
p { color: rgb(111,10,33); }
H1.HeaderClassName
{
color: #6F0A21;
}
.AnyTagClassName
{
color: #6F0A21;
}
</style>
background-color css
<style>
a { background-color: #6F0A21; }
a { background-color: rgb(111,10,33); }
div.DivClassName
{
background-color: #6F0A21;
}
.BgClassName
{
background-color: #6F0A21;
}
</style>
border-color css
<style>
span { border-color: #6F0A21; }
span { border-color: rgb(111,10,33); }
td.TdClassName
{
border-color: #6F0A21;
}
.TagClassName
{
border-color: #6F0A21;
}
</style>