Shades of Burgundy #6F020C
Tints of Burgundy #6F020C
RGB
CMYK
RGB Variations
Color information
#6F020C (or 0x6F020C) is known color: Burgundy. HEX triplet: 6F, 02 and 0C. RGB value is (111,2,12). Sum of RGB (Red+Green+Blue) = 111+2+12=125 (16% of max value = 765). Red value is 111 (43.75% from 255 or 88.8% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 111 - color contains mainly: red. Hex color #6F020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F020C is #90FDF3. Grayscale: #232323. Windows color (decimal): -9502196 or 787055. OLE color: 787055.
HSL color Cylindrical-coordinate representation of color #6F020C: hue angle of 354.5º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F020C is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 2 | 12 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.56 |
| HSL | 354.5º | 0.96% | 0.22% | - |
| HSV(B) | 354.5º | 0.98% | 0.44% | - |
| XYZ | 6.64 | 3.45 | 0.66 | - |
| YUV | 35.73 | 114.61 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 12 | 0 | 0.98 | 0.89 | 0.56 | 354.5 | 0.96 | 0.22 |
| Hex | 6F | 2 | C | 0 | 62 | 59 | 38 | 162 | 60 | 16 |
| Octal | 157 | 2 | 14 | 0 | 142 | 131 | 70 | 542 | 140 | 26 |
| Binary | 1101111 | 10 | 1100 | 0 | 1100010 | 1011001 | 111000 | 101100010 | 1100000 | 10110 |
Color Harmonies of #6F020C
Complementary color
Monochromatic Colors of #6F020C
Black with #6F020C
Text Example
Text Example
White with #6F020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F020C; }
p { color: rgb(111,2,12); }
H1.HeaderClassName
{
color: #6F020C;
}
.AnyTagClassName
{
color: #6F020C;
}
</style>
background-color css
<style>
a { background-color: #6F020C; }
a { background-color: rgb(111,2,12); }
div.DivClassName
{
background-color: #6F020C;
}
.BgClassName
{
background-color: #6F020C;
}
</style>
border-color css
<style>
span { border-color: #6F020C; }
span { border-color: rgb(111,2,12); }
td.TdClassName
{
border-color: #6F020C;
}
.TagClassName
{
border-color: #6F020C;
}
</style>