Shades of Burgundy #6F0926
Tints of Burgundy #6F0926
RGB
CMYK
RGB Variations
Color information
#6F0926 (or 0x6F0926) is known color: Burgundy. HEX triplet: 6F, 09 and 26. RGB value is (111,9,38). Sum of RGB (Red+Green+Blue) = 111+9+38=158 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.25% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0926 is #90F6D9. Grayscale: #2A2A2A. Windows color (decimal): -9500378 or 2492783. OLE color: 2492783.
HSL color Cylindrical-coordinate representation of color #6F0926: hue angle of 342.94º 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 #6F0926 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 9 | 38 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.56 |
| HSL | 342.94º | 0.85% | 0.24% | - |
| HSV(B) | 342.94º | 0.92% | 0.44% | - |
| XYZ | 7 | 3.71 | 2.18 | - |
| YUV | 42.8 | 125.29 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 38 | 0 | 0.92 | 0.66 | 0.56 | 342.94 | 0.85 | 0.24 |
| Hex | 6F | 9 | 26 | 0 | 5C | 42 | 38 | 157 | 55 | 18 |
| Octal | 157 | 11 | 46 | 0 | 134 | 102 | 70 | 527 | 125 | 30 |
| Binary | 1101111 | 1001 | 100110 | 0 | 1011100 | 1000010 | 111000 | 101010111 | 1010101 | 11000 |
Color Harmonies of #6F0926
Complementary color
Monochromatic Colors of #6F0926
Black with #6F0926
Text Example
Text Example
White with #6F0926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0926; }
p { color: rgb(111,9,38); }
H1.HeaderClassName
{
color: #6F0926;
}
.AnyTagClassName
{
color: #6F0926;
}
</style>
background-color css
<style>
a { background-color: #6F0926; }
a { background-color: rgb(111,9,38); }
div.DivClassName
{
background-color: #6F0926;
}
.BgClassName
{
background-color: #6F0926;
}
</style>
border-color css
<style>
span { border-color: #6F0926; }
span { border-color: rgb(111,9,38); }
td.TdClassName
{
border-color: #6F0926;
}
.TagClassName
{
border-color: #6F0926;
}
</style>