Shades of Burgundy #6F0122
Tints of Burgundy #6F0122
RGB
CMYK
RGB Variations
Color information
#6F0122 (or 0x6F0122) is known color: Burgundy. HEX triplet: 6F, 01 and 22. RGB value is (111,1,34). Sum of RGB (Red+Green+Blue) = 111+1+34=146 (19% of max value = 765). Red value is 111 (43.75% from 255 or 76.03% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 34 (13.67% from 255 or 23.29% from 146); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0122 is #90FEDD. Grayscale: #252525. Windows color (decimal): -9502430 or 2228591. OLE color: 2228591.
HSL color Cylindrical-coordinate representation of color #6F0122: hue angle of 342º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F0122 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 1 | 34 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.56 |
| HSL | 342º | 0.98% | 0.22% | - |
| HSV(B) | 342º | 0.99% | 0.44% | - |
| XYZ | 6.86 | 3.52 | 1.83 | - |
| YUV | 37.65 | 125.94 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 34 | 0 | 0.99 | 0.69 | 0.56 | 342 | 0.98 | 0.22 |
| Hex | 6F | 1 | 22 | 0 | 63 | 45 | 38 | 156 | 62 | 16 |
| Octal | 157 | 1 | 42 | 0 | 143 | 105 | 70 | 526 | 142 | 26 |
| Binary | 1101111 | 1 | 100010 | 0 | 1100011 | 1000101 | 111000 | 101010110 | 1100010 | 10110 |
Color Harmonies of #6F0122
Complementary color
Monochromatic Colors of #6F0122
Black with #6F0122
Text Example
Text Example
White with #6F0122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0122; }
p { color: rgb(111,1,34); }
H1.HeaderClassName
{
color: #6F0122;
}
.AnyTagClassName
{
color: #6F0122;
}
</style>
background-color css
<style>
a { background-color: #6F0122; }
a { background-color: rgb(111,1,34); }
div.DivClassName
{
background-color: #6F0122;
}
.BgClassName
{
background-color: #6F0122;
}
</style>
border-color css
<style>
span { border-color: #6F0122; }
span { border-color: rgb(111,1,34); }
td.TdClassName
{
border-color: #6F0122;
}
.TagClassName
{
border-color: #6F0122;
}
</style>