Shades of Burgundy #6F0109
Tints of Burgundy #6F0109
RGB
CMYK
RGB Variations
Color information
#6F0109 (or 0x6F0109) is known color: Burgundy. HEX triplet: 6F, 01 and 09. RGB value is (111,1,9). Sum of RGB (Red+Green+Blue) = 111+1+9=121 (16% of max value = 765). Red value is 111 (43.75% from 255 or 91.74% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0109 is #90FEF6. Grayscale: #222222. Windows color (decimal): -9502455 or 590191. OLE color: 590191.
HSL color Cylindrical-coordinate representation of color #6F0109: hue angle of 355.64º 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 #6F0109 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 1 | 9 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.56 |
| HSL | 355.64º | 0.98% | 0.22% | - |
| HSV(B) | 355.64º | 0.99% | 0.44% | - |
| XYZ | 6.62 | 3.42 | 0.57 | - |
| YUV | 34.8 | 113.44 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 9 | 0 | 0.99 | 0.92 | 0.56 | 355.64 | 0.98 | 0.22 |
| Hex | 6F | 1 | 9 | 0 | 63 | 5C | 38 | 164 | 62 | 16 |
| Octal | 157 | 1 | 11 | 0 | 143 | 134 | 70 | 544 | 142 | 26 |
| Binary | 1101111 | 1 | 1001 | 0 | 1100011 | 1011100 | 111000 | 101100100 | 1100010 | 10110 |
Color Harmonies of #6F0109
Complementary color
Monochromatic Colors of #6F0109
Black with #6F0109
Text Example
Text Example
White with #6F0109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0109; }
p { color: rgb(111,1,9); }
H1.HeaderClassName
{
color: #6F0109;
}
.AnyTagClassName
{
color: #6F0109;
}
</style>
background-color css
<style>
a { background-color: #6F0109; }
a { background-color: rgb(111,1,9); }
div.DivClassName
{
background-color: #6F0109;
}
.BgClassName
{
background-color: #6F0109;
}
</style>
border-color css
<style>
span { border-color: #6F0109; }
span { border-color: rgb(111,1,9); }
td.TdClassName
{
border-color: #6F0109;
}
.TagClassName
{
border-color: #6F0109;
}
</style>