Shades of Burgundy #6F040D
Tints of Burgundy #6F040D
RGB
CMYK
RGB Variations
Color information
#6F040D (or 0x6F040D) is known color: Burgundy. HEX triplet: 6F, 04 and 0D. RGB value is (111,4,13). Sum of RGB (Red+Green+Blue) = 111+4+13=128 (16% of max value = 765). Red value is 111 (43.75% from 255 or 86.72% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 111 - color contains mainly: red. Hex color #6F040D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F040D is #90FBF2. Grayscale: #252525. Windows color (decimal): -9501683 or 853103. OLE color: 853103.
HSL color Cylindrical-coordinate representation of color #6F040D: hue angle of 354.95º 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 #6F040D is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 4 | 13 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.56 |
| HSL | 354.95º | 0.93% | 0.23% | - |
| HSV(B) | 354.95º | 0.96% | 0.44% | - |
| XYZ | 6.67 | 3.5 | 0.7 | - |
| YUV | 37.02 | 114.45 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 4 | 13 | 0 | 0.96 | 0.88 | 0.56 | 354.95 | 0.93 | 0.23 |
| Hex | 6F | 4 | D | 0 | 60 | 58 | 38 | 163 | 5D | 17 |
| Octal | 157 | 4 | 15 | 0 | 140 | 130 | 70 | 543 | 135 | 27 |
| Binary | 1101111 | 100 | 1101 | 0 | 1100000 | 1011000 | 111000 | 101100011 | 1011101 | 10111 |
Color Harmonies of #6F040D
Complementary color
Monochromatic Colors of #6F040D
Black with #6F040D
Text Example
Text Example
White with #6F040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F040D; }
p { color: rgb(111,4,13); }
H1.HeaderClassName
{
color: #6F040D;
}
.AnyTagClassName
{
color: #6F040D;
}
</style>
background-color css
<style>
a { background-color: #6F040D; }
a { background-color: rgb(111,4,13); }
div.DivClassName
{
background-color: #6F040D;
}
.BgClassName
{
background-color: #6F040D;
}
</style>
border-color css
<style>
span { border-color: #6F040D; }
span { border-color: rgb(111,4,13); }
td.TdClassName
{
border-color: #6F040D;
}
.TagClassName
{
border-color: #6F040D;
}
</style>