Shades of Burgundy #6F071F
Tints of Burgundy #6F071F
RGB
CMYK
RGB Variations
Color information
#6F071F (or 0x6F071F) is known color: Burgundy. HEX triplet: 6F, 07 and 1F. RGB value is (111,7,31). Sum of RGB (Red+Green+Blue) = 111+7+31=149 (19% of max value = 765). Red value is 111 (43.75% from 255 or 74.50% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 111 - color contains mainly: red. Hex color #6F071F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F071F is #90F8E0. Grayscale: #282828. Windows color (decimal): -9500897 or 2033519. OLE color: 2033519.
HSL color Cylindrical-coordinate representation of color #6F071F: hue angle of 346.15º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F071F is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 7 | 31 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.56 |
| HSL | 346.15º | 0.88% | 0.23% | - |
| HSV(B) | 346.15º | 0.94% | 0.44% | - |
| XYZ | 6.88 | 3.63 | 1.63 | - |
| YUV | 40.83 | 122.46 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 31 | 0 | 0.94 | 0.72 | 0.56 | 346.15 | 0.88 | 0.23 |
| Hex | 6F | 7 | 1F | 0 | 5E | 48 | 38 | 15A | 58 | 17 |
| Octal | 157 | 7 | 37 | 0 | 136 | 110 | 70 | 532 | 130 | 27 |
| Binary | 1101111 | 111 | 11111 | 0 | 1011110 | 1001000 | 111000 | 101011010 | 1011000 | 10111 |
Color Harmonies of #6F071F
Complementary color
Monochromatic Colors of #6F071F
Black with #6F071F
Text Example
Text Example
White with #6F071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F071F; }
p { color: rgb(111,7,31); }
H1.HeaderClassName
{
color: #6F071F;
}
.AnyTagClassName
{
color: #6F071F;
}
</style>
background-color css
<style>
a { background-color: #6F071F; }
a { background-color: rgb(111,7,31); }
div.DivClassName
{
background-color: #6F071F;
}
.BgClassName
{
background-color: #6F071F;
}
</style>
border-color css
<style>
span { border-color: #6F071F; }
span { border-color: rgb(111,7,31); }
td.TdClassName
{
border-color: #6F071F;
}
.TagClassName
{
border-color: #6F071F;
}
</style>