Shades of Burgundy #6F0009
Tints of Burgundy #6F0009
RGB
CMYK
RGB Variations
Color information
#6F0009 (or 0x6F0009) is known color: Burgundy. HEX triplet: 6F, 00 and 09. RGB value is (111,0,9). Sum of RGB (Red+Green+Blue) = 111+0+9=120 (15% of max value = 765). Red value is 111 (43.75% from 255 or 92.5% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0009 is #90FFF6. Grayscale: #222222. Windows color (decimal): -9502711 or 589935. OLE color: 589935.
HSL color Cylindrical-coordinate representation of color #6F0009: hue angle of 355.14º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F0009 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.92 | 0.56 |
| HSL | 355.14º | 1% | 0.22% | - |
| HSV(B) | 355.14º | 1% | 0.44% | - |
| XYZ | 6.6 | 3.4 | 0.57 | - |
| YUV | 34.22 | 113.77 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 9 | 0 | 1 | 0.92 | 0.56 | 355.14 | 1 | 0.22 |
| Hex | 6F | 0 | 9 | 0 | 64 | 5C | 38 | 163 | 64 | 16 |
| Octal | 157 | 0 | 11 | 0 | 144 | 134 | 70 | 543 | 144 | 26 |
| Binary | 1101111 | 0 | 1001 | 0 | 1100100 | 1011100 | 111000 | 101100011 | 1100100 | 10110 |
Color Harmonies of #6F0009
Complementary color
Monochromatic Colors of #6F0009
Black with #6F0009
Text Example
Text Example
White with #6F0009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0009; }
p { color: rgb(111,0,9); }
H1.HeaderClassName
{
color: #6F0009;
}
.AnyTagClassName
{
color: #6F0009;
}
</style>
background-color css
<style>
a { background-color: #6F0009; }
a { background-color: rgb(111,0,9); }
div.DivClassName
{
background-color: #6F0009;
}
.BgClassName
{
background-color: #6F0009;
}
</style>
border-color css
<style>
span { border-color: #6F0009; }
span { border-color: rgb(111,0,9); }
td.TdClassName
{
border-color: #6F0009;
}
.TagClassName
{
border-color: #6F0009;
}
</style>