Shades of Burgundy #6F042C
Tints of Burgundy #6F042C
RGB
CMYK
RGB Variations
Color information
#6F042C (or 0x6F042C) is known color: Burgundy. HEX triplet: 6F, 04 and 2C. RGB value is (111,4,44). Sum of RGB (Red+Green+Blue) = 111+4+44=159 (21% of max value = 765). Red value is 111 (43.75% from 255 or 69.81% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 111 - color contains mainly: red. Hex color #6F042C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F042C is #90FBD3. Grayscale: #282828. Windows color (decimal): -9501652 or 2884719. OLE color: 2884719.
HSL color Cylindrical-coordinate representation of color #6F042C: hue angle of 337.57º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F042C is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 4 | 44 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.56 |
| HSL | 337.57º | 0.93% | 0.23% | - |
| HSV(B) | 337.57º | 0.96% | 0.44% | - |
| XYZ | 7.05 | 3.65 | 2.72 | - |
| YUV | 40.55 | 129.95 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 4 | 44 | 0 | 0.96 | 0.60 | 0.56 | 337.57 | 0.93 | 0.23 |
| Hex | 6F | 4 | 2C | 0 | 60 | 3C | 38 | 152 | 5D | 17 |
| Octal | 157 | 4 | 54 | 0 | 140 | 74 | 70 | 522 | 135 | 27 |
| Binary | 1101111 | 100 | 101100 | 0 | 1100000 | 111100 | 111000 | 101010010 | 1011101 | 10111 |
Color Harmonies of #6F042C
Complementary color
Monochromatic Colors of #6F042C
Black with #6F042C
Text Example
Text Example
White with #6F042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F042C; }
p { color: rgb(111,4,44); }
H1.HeaderClassName
{
color: #6F042C;
}
.AnyTagClassName
{
color: #6F042C;
}
</style>
background-color css
<style>
a { background-color: #6F042C; }
a { background-color: rgb(111,4,44); }
div.DivClassName
{
background-color: #6F042C;
}
.BgClassName
{
background-color: #6F042C;
}
</style>
border-color css
<style>
span { border-color: #6F042C; }
span { border-color: rgb(111,4,44); }
td.TdClassName
{
border-color: #6F042C;
}
.TagClassName
{
border-color: #6F042C;
}
</style>