Shades of Burgundy #6F091E
Tints of Burgundy #6F091E
RGB
CMYK
RGB Variations
Color information
#6F091E (or 0x6F091E) is known color: Burgundy. HEX triplet: 6F, 09 and 1E. RGB value is (111,9,30). Sum of RGB (Red+Green+Blue) = 111+9+30=150 (19% of max value = 765). Red value is 111 (43.75% from 255 or 74% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 111 - color contains mainly: red. Hex color #6F091E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F091E is #90F6E1. Grayscale: #292929. Windows color (decimal): -9500386 or 1968495. OLE color: 1968495.
HSL color Cylindrical-coordinate representation of color #6F091E: hue angle of 347.65º 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 #6F091E is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 9 | 30 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.56 |
| HSL | 347.65º | 0.85% | 0.24% | - |
| HSV(B) | 347.65º | 0.92% | 0.44% | - |
| XYZ | 6.89 | 3.67 | 1.57 | - |
| YUV | 41.89 | 121.29 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 30 | 0 | 0.92 | 0.73 | 0.56 | 347.65 | 0.85 | 0.24 |
| Hex | 6F | 9 | 1E | 0 | 5C | 49 | 38 | 15C | 55 | 18 |
| Octal | 157 | 11 | 36 | 0 | 134 | 111 | 70 | 534 | 125 | 30 |
| Binary | 1101111 | 1001 | 11110 | 0 | 1011100 | 1001001 | 111000 | 101011100 | 1010101 | 11000 |
Color Harmonies of #6F091E
Complementary color
Monochromatic Colors of #6F091E
Black with #6F091E
Text Example
Text Example
White with #6F091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F091E; }
p { color: rgb(111,9,30); }
H1.HeaderClassName
{
color: #6F091E;
}
.AnyTagClassName
{
color: #6F091E;
}
</style>
background-color css
<style>
a { background-color: #6F091E; }
a { background-color: rgb(111,9,30); }
div.DivClassName
{
background-color: #6F091E;
}
.BgClassName
{
background-color: #6F091E;
}
</style>
border-color css
<style>
span { border-color: #6F091E; }
span { border-color: rgb(111,9,30); }
td.TdClassName
{
border-color: #6F091E;
}
.TagClassName
{
border-color: #6F091E;
}
</style>