Shades of Burgundy #6F081D
Tints of Burgundy #6F081D
RGB
CMYK
RGB Variations
Color information
#6F081D (or 0x6F081D) is known color: Burgundy. HEX triplet: 6F, 08 and 1D. RGB value is (111,8,29). Sum of RGB (Red+Green+Blue) = 111+8+29=148 (19% of max value = 765). Red value is 111 (43.75% from 255 or 75% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 111 - color contains mainly: red. Hex color #6F081D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F081D is #90F7E2. Grayscale: #292929. Windows color (decimal): -9500643 or 1902703. OLE color: 1902703.
HSL color Cylindrical-coordinate representation of color #6F081D: hue angle of 347.77º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F081D is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 8 | 29 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.56 |
| HSL | 347.77º | 0.87% | 0.23% | - |
| HSV(B) | 347.77º | 0.93% | 0.44% | - |
| XYZ | 6.86 | 3.64 | 1.5 | - |
| YUV | 41.19 | 121.12 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 29 | 0 | 0.93 | 0.74 | 0.56 | 347.77 | 0.87 | 0.23 |
| Hex | 6F | 8 | 1D | 0 | 5D | 4A | 38 | 15C | 57 | 17 |
| Octal | 157 | 10 | 35 | 0 | 135 | 112 | 70 | 534 | 127 | 27 |
| Binary | 1101111 | 1000 | 11101 | 0 | 1011101 | 1001010 | 111000 | 101011100 | 1010111 | 10111 |
Color Harmonies of #6F081D
Complementary color
Monochromatic Colors of #6F081D
Black with #6F081D
Text Example
Text Example
White with #6F081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F081D; }
p { color: rgb(111,8,29); }
H1.HeaderClassName
{
color: #6F081D;
}
.AnyTagClassName
{
color: #6F081D;
}
</style>
background-color css
<style>
a { background-color: #6F081D; }
a { background-color: rgb(111,8,29); }
div.DivClassName
{
background-color: #6F081D;
}
.BgClassName
{
background-color: #6F081D;
}
</style>
border-color css
<style>
span { border-color: #6F081D; }
span { border-color: rgb(111,8,29); }
td.TdClassName
{
border-color: #6F081D;
}
.TagClassName
{
border-color: #6F081D;
}
</style>