Shades of Burgundy #6F011A
Tints of Burgundy #6F011A
RGB
CMYK
RGB Variations
Color information
#6F011A (or 0x6F011A) is known color: Burgundy. HEX triplet: 6F, 01 and 1A. RGB value is (111,1,26). Sum of RGB (Red+Green+Blue) = 111+1+26=138 (18% of max value = 765). Red value is 111 (43.75% from 255 or 80.43% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 111 - color contains mainly: red. Hex color #6F011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F011A is #90FEE5. Grayscale: #242424. Windows color (decimal): -9502438 or 1704303. OLE color: 1704303.
HSL color Cylindrical-coordinate representation of color #6F011A: hue angle of 346.36º 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 #6F011A is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 1 | 26 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.56 |
| HSL | 346.36º | 0.98% | 0.22% | - |
| HSV(B) | 346.36º | 0.99% | 0.44% | - |
| XYZ | 6.75 | 3.48 | 1.29 | - |
| YUV | 36.74 | 121.94 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 26 | 0 | 0.99 | 0.77 | 0.56 | 346.36 | 0.98 | 0.22 |
| Hex | 6F | 1 | 1A | 0 | 63 | 4D | 38 | 15A | 62 | 16 |
| Octal | 157 | 1 | 32 | 0 | 143 | 115 | 70 | 532 | 142 | 26 |
| Binary | 1101111 | 1 | 11010 | 0 | 1100011 | 1001101 | 111000 | 101011010 | 1100010 | 10110 |
Color Harmonies of #6F011A
Complementary color
Monochromatic Colors of #6F011A
Black with #6F011A
Text Example
Text Example
White with #6F011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F011A; }
p { color: rgb(111,1,26); }
H1.HeaderClassName
{
color: #6F011A;
}
.AnyTagClassName
{
color: #6F011A;
}
</style>
background-color css
<style>
a { background-color: #6F011A; }
a { background-color: rgb(111,1,26); }
div.DivClassName
{
background-color: #6F011A;
}
.BgClassName
{
background-color: #6F011A;
}
</style>
border-color css
<style>
span { border-color: #6F011A; }
span { border-color: rgb(111,1,26); }
td.TdClassName
{
border-color: #6F011A;
}
.TagClassName
{
border-color: #6F011A;
}
</style>