Shades of Burgundy #6F0722
Tints of Burgundy #6F0722
RGB
CMYK
RGB Variations
Color information
#6F0722 (or 0x6F0722) is known color: Burgundy. HEX triplet: 6F, 07 and 22. RGB value is (111,7,34). Sum of RGB (Red+Green+Blue) = 111+7+34=152 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.03% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 34 (13.67% from 255 or 22.37% from 152); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0722 is #90F8DD. Grayscale: #292929. Windows color (decimal): -9500894 or 2230127. OLE color: 2230127.
HSL color Cylindrical-coordinate representation of color #6F0722: hue angle of 344.42º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0722 is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 7 | 34 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.56 |
| HSL | 344.42º | 0.88% | 0.23% | - |
| HSV(B) | 344.42º | 0.94% | 0.44% | - |
| XYZ | 6.92 | 3.65 | 1.85 | - |
| YUV | 41.17 | 123.96 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 34 | 0 | 0.94 | 0.69 | 0.56 | 344.42 | 0.88 | 0.23 |
| Hex | 6F | 7 | 22 | 0 | 5E | 45 | 38 | 158 | 58 | 17 |
| Octal | 157 | 7 | 42 | 0 | 136 | 105 | 70 | 530 | 130 | 27 |
| Binary | 1101111 | 111 | 100010 | 0 | 1011110 | 1000101 | 111000 | 101011000 | 1011000 | 10111 |
Color Harmonies of #6F0722
Complementary color
Monochromatic Colors of #6F0722
Black with #6F0722
Text Example
Text Example
White with #6F0722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0722; }
p { color: rgb(111,7,34); }
H1.HeaderClassName
{
color: #6F0722;
}
.AnyTagClassName
{
color: #6F0722;
}
</style>
background-color css
<style>
a { background-color: #6F0722; }
a { background-color: rgb(111,7,34); }
div.DivClassName
{
background-color: #6F0722;
}
.BgClassName
{
background-color: #6F0722;
}
</style>
border-color css
<style>
span { border-color: #6F0722; }
span { border-color: rgb(111,7,34); }
td.TdClassName
{
border-color: #6F0722;
}
.TagClassName
{
border-color: #6F0722;
}
</style>