Shades of Burgundy #6F0A22
Tints of Burgundy #6F0A22
RGB
CMYK
RGB Variations
Color information
#6F0A22 (or 0x6F0A22) is known color: Burgundy. HEX triplet: 6F, 0A and 22. RGB value is (111,10,34). Sum of RGB (Red+Green+Blue) = 111+10+34=155 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.61% from 155); Green value is 10 (4.30% from 255 or 6.45% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0A22 is #90F5DD. Grayscale: #2A2A2A. Windows color (decimal): -9500126 or 2230895. OLE color: 2230895.
HSL color Cylindrical-coordinate representation of color #6F0A22: hue angle of 345.74º 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 #6F0A22 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 10 | 34 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.56 |
| HSL | 345.74º | 0.83% | 0.24% | - |
| HSV(B) | 345.74º | 0.91% | 0.44% | - |
| XYZ | 6.95 | 3.71 | 1.86 | - |
| YUV | 42.94 | 122.96 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 10 | 34 | 0 | 0.91 | 0.69 | 0.56 | 345.74 | 0.83 | 0.24 |
| Hex | 6F | A | 22 | 0 | 5B | 45 | 38 | 15A | 53 | 18 |
| Octal | 157 | 12 | 42 | 0 | 133 | 105 | 70 | 532 | 123 | 30 |
| Binary | 1101111 | 1010 | 100010 | 0 | 1011011 | 1000101 | 111000 | 101011010 | 1010011 | 11000 |
Color Harmonies of #6F0A22
Complementary color
Monochromatic Colors of #6F0A22
Black with #6F0A22
Text Example
Text Example
White with #6F0A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0A22; }
p { color: rgb(111,10,34); }
H1.HeaderClassName
{
color: #6F0A22;
}
.AnyTagClassName
{
color: #6F0A22;
}
</style>
background-color css
<style>
a { background-color: #6F0A22; }
a { background-color: rgb(111,10,34); }
div.DivClassName
{
background-color: #6F0A22;
}
.BgClassName
{
background-color: #6F0A22;
}
</style>
border-color css
<style>
span { border-color: #6F0A22; }
span { border-color: rgb(111,10,34); }
td.TdClassName
{
border-color: #6F0A22;
}
.TagClassName
{
border-color: #6F0A22;
}
</style>