Shades of Burgundy #6F0112
Tints of Burgundy #6F0112
RGB
CMYK
RGB Variations
Color information
#6F0112 (or 0x6F0112) is known color: Burgundy. HEX triplet: 6F, 01 and 12. RGB value is (111,1,18). Sum of RGB (Red+Green+Blue) = 111+1+18=130 (17% of max value = 765). Red value is 111 (43.75% from 255 or 85.38% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0112 is #90FEED. Grayscale: #232323. Windows color (decimal): -9502446 or 1180015. OLE color: 1180015.
HSL color Cylindrical-coordinate representation of color #6F0112: hue angle of 350.73º 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 #6F0112 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 1 | 18 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.56 |
| HSL | 350.73º | 0.98% | 0.22% | - |
| HSV(B) | 350.73º | 0.99% | 0.44% | - |
| XYZ | 6.68 | 3.44 | 0.89 | - |
| YUV | 35.83 | 117.94 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 18 | 0 | 0.99 | 0.84 | 0.56 | 350.73 | 0.98 | 0.22 |
| Hex | 6F | 1 | 12 | 0 | 63 | 54 | 38 | 15F | 62 | 16 |
| Octal | 157 | 1 | 22 | 0 | 143 | 124 | 70 | 537 | 142 | 26 |
| Binary | 1101111 | 1 | 10010 | 0 | 1100011 | 1010100 | 111000 | 101011111 | 1100010 | 10110 |
Color Harmonies of #6F0112
Complementary color
Monochromatic Colors of #6F0112
Black with #6F0112
Text Example
Text Example
White with #6F0112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0112; }
p { color: rgb(111,1,18); }
H1.HeaderClassName
{
color: #6F0112;
}
.AnyTagClassName
{
color: #6F0112;
}
</style>
background-color css
<style>
a { background-color: #6F0112; }
a { background-color: rgb(111,1,18); }
div.DivClassName
{
background-color: #6F0112;
}
.BgClassName
{
background-color: #6F0112;
}
</style>
border-color css
<style>
span { border-color: #6F0112; }
span { border-color: rgb(111,1,18); }
td.TdClassName
{
border-color: #6F0112;
}
.TagClassName
{
border-color: #6F0112;
}
</style>