Shades of Burgundy #6F0613
Tints of Burgundy #6F0613
RGB
CMYK
RGB Variations
Color information
#6F0613 (or 0x6F0613) is known color: Burgundy. HEX triplet: 6F, 06 and 13. RGB value is (111,6,19). Sum of RGB (Red+Green+Blue) = 111+6+19=136 (18% of max value = 765). Red value is 111 (43.75% from 255 or 81.62% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0613 is #90F9EC. Grayscale: #262626. Windows color (decimal): -9501165 or 1246831. OLE color: 1246831.
HSL color Cylindrical-coordinate representation of color #6F0613: hue angle of 352.57º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0613 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 6 | 19 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.56 |
| HSL | 352.57º | 0.9% | 0.23% | - |
| HSV(B) | 352.57º | 0.95% | 0.44% | - |
| XYZ | 6.74 | 3.56 | 0.95 | - |
| YUV | 38.88 | 116.79 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 6 | 19 | 0 | 0.95 | 0.83 | 0.56 | 352.57 | 0.9 | 0.23 |
| Hex | 6F | 6 | 13 | 0 | 5F | 53 | 38 | 161 | 5A | 17 |
| Octal | 157 | 6 | 23 | 0 | 137 | 123 | 70 | 541 | 132 | 27 |
| Binary | 1101111 | 110 | 10011 | 0 | 1011111 | 1010011 | 111000 | 101100001 | 1011010 | 10111 |
Color Harmonies of #6F0613
Complementary color
Monochromatic Colors of #6F0613
Black with #6F0613
Text Example
Text Example
White with #6F0613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0613; }
p { color: rgb(111,6,19); }
H1.HeaderClassName
{
color: #6F0613;
}
.AnyTagClassName
{
color: #6F0613;
}
</style>
background-color css
<style>
a { background-color: #6F0613; }
a { background-color: rgb(111,6,19); }
div.DivClassName
{
background-color: #6F0613;
}
.BgClassName
{
background-color: #6F0613;
}
</style>
border-color css
<style>
span { border-color: #6F0613; }
span { border-color: rgb(111,6,19); }
td.TdClassName
{
border-color: #6F0613;
}
.TagClassName
{
border-color: #6F0613;
}
</style>