Shades of Burgundy #6F041C
Tints of Burgundy #6F041C
RGB
CMYK
RGB Variations
Color information
#6F041C (or 0x6F041C) is known color: Burgundy. HEX triplet: 6F, 04 and 1C. RGB value is (111,4,28). Sum of RGB (Red+Green+Blue) = 111+4+28=143 (18% of max value = 765). Red value is 111 (43.75% from 255 or 77.62% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 111 - color contains mainly: red. Hex color #6F041C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F041C is #90FBE3. Grayscale: #262626. Windows color (decimal): -9501668 or 1836143. OLE color: 1836143.
HSL color Cylindrical-coordinate representation of color #6F041C: hue angle of 346.54º 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 #6F041C is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 4 | 28 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.56 |
| HSL | 346.54º | 0.93% | 0.23% | - |
| HSV(B) | 346.54º | 0.96% | 0.44% | - |
| XYZ | 6.81 | 3.55 | 1.43 | - |
| YUV | 38.73 | 121.95 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 4 | 28 | 0 | 0.96 | 0.75 | 0.56 | 346.54 | 0.93 | 0.23 |
| Hex | 6F | 4 | 1C | 0 | 60 | 4B | 38 | 15B | 5D | 17 |
| Octal | 157 | 4 | 34 | 0 | 140 | 113 | 70 | 533 | 135 | 27 |
| Binary | 1101111 | 100 | 11100 | 0 | 1100000 | 1001011 | 111000 | 101011011 | 1011101 | 10111 |
Color Harmonies of #6F041C
Complementary color
Monochromatic Colors of #6F041C
Black with #6F041C
Text Example
Text Example
White with #6F041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F041C; }
p { color: rgb(111,4,28); }
H1.HeaderClassName
{
color: #6F041C;
}
.AnyTagClassName
{
color: #6F041C;
}
</style>
background-color css
<style>
a { background-color: #6F041C; }
a { background-color: rgb(111,4,28); }
div.DivClassName
{
background-color: #6F041C;
}
.BgClassName
{
background-color: #6F041C;
}
</style>
border-color css
<style>
span { border-color: #6F041C; }
span { border-color: rgb(111,4,28); }
td.TdClassName
{
border-color: #6F041C;
}
.TagClassName
{
border-color: #6F041C;
}
</style>