Shades of Burgundy #6F021C
Tints of Burgundy #6F021C
RGB
CMYK
RGB Variations
Color information
#6F021C (or 0x6F021C) is known color: Burgundy. HEX triplet: 6F, 02 and 1C. RGB value is (111,2,28). Sum of RGB (Red+Green+Blue) = 111+2+28=141 (18% of max value = 765). Red value is 111 (43.75% from 255 or 78.72% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 111 - color contains mainly: red. Hex color #6F021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F021C is #90FDE3. Grayscale: #252525. Windows color (decimal): -9502180 or 1835631. OLE color: 1835631.
HSL color Cylindrical-coordinate representation of color #6F021C: hue angle of 345.69º 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 #6F021C is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 2 | 28 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.56 |
| HSL | 345.69º | 0.96% | 0.22% | - |
| HSV(B) | 345.69º | 0.98% | 0.44% | - |
| XYZ | 6.79 | 3.51 | 1.42 | - |
| YUV | 37.56 | 122.61 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 28 | 0 | 0.98 | 0.75 | 0.56 | 345.69 | 0.96 | 0.22 |
| Hex | 6F | 2 | 1C | 0 | 62 | 4B | 38 | 15A | 60 | 16 |
| Octal | 157 | 2 | 34 | 0 | 142 | 113 | 70 | 532 | 140 | 26 |
| Binary | 1101111 | 10 | 11100 | 0 | 1100010 | 1001011 | 111000 | 101011010 | 1100000 | 10110 |
Color Harmonies of #6F021C
Complementary color
Monochromatic Colors of #6F021C
Black with #6F021C
Text Example
Text Example
White with #6F021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F021C; }
p { color: rgb(111,2,28); }
H1.HeaderClassName
{
color: #6F021C;
}
.AnyTagClassName
{
color: #6F021C;
}
</style>
background-color css
<style>
a { background-color: #6F021C; }
a { background-color: rgb(111,2,28); }
div.DivClassName
{
background-color: #6F021C;
}
.BgClassName
{
background-color: #6F021C;
}
</style>
border-color css
<style>
span { border-color: #6F021C; }
span { border-color: rgb(111,2,28); }
td.TdClassName
{
border-color: #6F021C;
}
.TagClassName
{
border-color: #6F021C;
}
</style>