Shades of Burgundy #6F0921
Tints of Burgundy #6F0921
RGB
CMYK
RGB Variations
Color information
#6F0921 (or 0x6F0921) is known color: Burgundy. HEX triplet: 6F, 09 and 21. RGB value is (111,9,33). Sum of RGB (Red+Green+Blue) = 111+9+33=153 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.55% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0921 is #90F6DE. Grayscale: #2A2A2A. Windows color (decimal): -9500383 or 2165103. OLE color: 2165103.
HSL color Cylindrical-coordinate representation of color #6F0921: hue angle of 345.88º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F0921 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 9 | 33 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.56 |
| HSL | 345.88º | 0.85% | 0.24% | - |
| HSV(B) | 345.88º | 0.92% | 0.44% | - |
| XYZ | 6.93 | 3.68 | 1.78 | - |
| YUV | 42.23 | 122.79 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 33 | 0 | 0.92 | 0.70 | 0.56 | 345.88 | 0.85 | 0.24 |
| Hex | 6F | 9 | 21 | 0 | 5C | 46 | 38 | 15A | 55 | 18 |
| Octal | 157 | 11 | 41 | 0 | 134 | 106 | 70 | 532 | 125 | 30 |
| Binary | 1101111 | 1001 | 100001 | 0 | 1011100 | 1000110 | 111000 | 101011010 | 1010101 | 11000 |
Color Harmonies of #6F0921
Complementary color
Monochromatic Colors of #6F0921
Black with #6F0921
Text Example
Text Example
White with #6F0921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0921; }
p { color: rgb(111,9,33); }
H1.HeaderClassName
{
color: #6F0921;
}
.AnyTagClassName
{
color: #6F0921;
}
</style>
background-color css
<style>
a { background-color: #6F0921; }
a { background-color: rgb(111,9,33); }
div.DivClassName
{
background-color: #6F0921;
}
.BgClassName
{
background-color: #6F0921;
}
</style>
border-color css
<style>
span { border-color: #6F0921; }
span { border-color: rgb(111,9,33); }
td.TdClassName
{
border-color: #6F0921;
}
.TagClassName
{
border-color: #6F0921;
}
</style>