Shades of Burgundy #6F040B
Tints of Burgundy #6F040B
RGB
CMYK
RGB Variations
Color information
#6F040B (or 0x6F040B) is known color: Burgundy. HEX triplet: 6F, 04 and 0B. RGB value is (111,4,11). Sum of RGB (Red+Green+Blue) = 111+4+11=126 (16% of max value = 765). Red value is 111 (43.75% from 255 or 88.10% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 11 (4.69% from 255 or 8.73% from 126); Max value from RGB is 111 - color contains mainly: red. Hex color #6F040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F040B is #90FBF4. Grayscale: #242424. Windows color (decimal): -9501685 or 722031. OLE color: 722031.
HSL color Cylindrical-coordinate representation of color #6F040B: hue angle of 356.07º 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 #6F040B is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 4 | 11 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.56 |
| HSL | 356.07º | 0.93% | 0.23% | - |
| HSV(B) | 356.07º | 0.96% | 0.44% | - |
| XYZ | 6.66 | 3.49 | 0.64 | - |
| YUV | 36.79 | 113.45 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 4 | 11 | 0 | 0.96 | 0.90 | 0.56 | 356.07 | 0.93 | 0.23 |
| Hex | 6F | 4 | B | 0 | 60 | 5A | 38 | 164 | 5D | 17 |
| Octal | 157 | 4 | 13 | 0 | 140 | 132 | 70 | 544 | 135 | 27 |
| Binary | 1101111 | 100 | 1011 | 0 | 1100000 | 1011010 | 111000 | 101100100 | 1011101 | 10111 |
Color Harmonies of #6F040B
Complementary color
Monochromatic Colors of #6F040B
Black with #6F040B
Text Example
Text Example
White with #6F040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F040B; }
p { color: rgb(111,4,11); }
H1.HeaderClassName
{
color: #6F040B;
}
.AnyTagClassName
{
color: #6F040B;
}
</style>
background-color css
<style>
a { background-color: #6F040B; }
a { background-color: rgb(111,4,11); }
div.DivClassName
{
background-color: #6F040B;
}
.BgClassName
{
background-color: #6F040B;
}
</style>
border-color css
<style>
span { border-color: #6F040B; }
span { border-color: rgb(111,4,11); }
td.TdClassName
{
border-color: #6F040B;
}
.TagClassName
{
border-color: #6F040B;
}
</style>