Shades of Burgundy #6F0B22
Tints of Burgundy #6F0B22
RGB
CMYK
RGB Variations
Color information
#6F0B22 (or 0x6F0B22) is known color: Burgundy. HEX triplet: 6F, 0B and 22. RGB value is (111,11,34). Sum of RGB (Red+Green+Blue) = 111+11+34=156 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.15% from 156); Green value is 11 (4.69% from 255 or 7.05% from 156); Blue value is 34 (13.67% from 255 or 21.79% from 156); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0B22 is #90F4DD. Grayscale: #2B2B2B. Windows color (decimal): -9499870 or 2231151. OLE color: 2231151.
HSL color Cylindrical-coordinate representation of color #6F0B22: hue angle of 346.2º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F0B22 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 11 | 34 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.56 |
| HSL | 346.2º | 0.82% | 0.24% | - |
| HSV(B) | 346.2º | 0.9% | 0.44% | - |
| XYZ | 6.96 | 3.73 | 1.87 | - |
| YUV | 43.52 | 122.63 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 11 | 34 | 0 | 0.90 | 0.69 | 0.56 | 346.2 | 0.82 | 0.24 |
| Hex | 6F | B | 22 | 0 | 5A | 45 | 38 | 15A | 52 | 18 |
| Octal | 157 | 13 | 42 | 0 | 132 | 105 | 70 | 532 | 122 | 30 |
| Binary | 1101111 | 1011 | 100010 | 0 | 1011010 | 1000101 | 111000 | 101011010 | 1010010 | 11000 |
Color Harmonies of #6F0B22
Complementary color
Monochromatic Colors of #6F0B22
Black with #6F0B22
Text Example
Text Example
White with #6F0B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0B22; }
p { color: rgb(111,11,34); }
H1.HeaderClassName
{
color: #6F0B22;
}
.AnyTagClassName
{
color: #6F0B22;
}
</style>
background-color css
<style>
a { background-color: #6F0B22; }
a { background-color: rgb(111,11,34); }
div.DivClassName
{
background-color: #6F0B22;
}
.BgClassName
{
background-color: #6F0B22;
}
</style>
border-color css
<style>
span { border-color: #6F0B22; }
span { border-color: rgb(111,11,34); }
td.TdClassName
{
border-color: #6F0B22;
}
.TagClassName
{
border-color: #6F0B22;
}
</style>