Shades of Burgundy #6F081B
Tints of Burgundy #6F081B
RGB
CMYK
RGB Variations
Color information
#6F081B (or 0x6F081B) is known color: Burgundy. HEX triplet: 6F, 08 and 1B. RGB value is (111,8,27). Sum of RGB (Red+Green+Blue) = 111+8+27=146 (19% of max value = 765). Red value is 111 (43.75% from 255 or 76.03% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 111 - color contains mainly: red. Hex color #6F081B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F081B is #90F7E4. Grayscale: #282828. Windows color (decimal): -9500645 or 1771631. OLE color: 1771631.
HSL color Cylindrical-coordinate representation of color #6F081B: hue angle of 348.93º 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 #6F081B is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 8 | 27 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.56 |
| HSL | 348.93º | 0.87% | 0.23% | - |
| HSV(B) | 348.93º | 0.93% | 0.44% | - |
| XYZ | 6.84 | 3.63 | 1.38 | - |
| YUV | 40.96 | 120.12 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 27 | 0 | 0.93 | 0.76 | 0.56 | 348.93 | 0.87 | 0.23 |
| Hex | 6F | 8 | 1B | 0 | 5D | 4C | 38 | 15D | 57 | 17 |
| Octal | 157 | 10 | 33 | 0 | 135 | 114 | 70 | 535 | 127 | 27 |
| Binary | 1101111 | 1000 | 11011 | 0 | 1011101 | 1001100 | 111000 | 101011101 | 1010111 | 10111 |
Color Harmonies of #6F081B
Complementary color
Monochromatic Colors of #6F081B
Black with #6F081B
Text Example
Text Example
White with #6F081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F081B; }
p { color: rgb(111,8,27); }
H1.HeaderClassName
{
color: #6F081B;
}
.AnyTagClassName
{
color: #6F081B;
}
</style>
background-color css
<style>
a { background-color: #6F081B; }
a { background-color: rgb(111,8,27); }
div.DivClassName
{
background-color: #6F081B;
}
.BgClassName
{
background-color: #6F081B;
}
</style>
border-color css
<style>
span { border-color: #6F081B; }
span { border-color: rgb(111,8,27); }
td.TdClassName
{
border-color: #6F081B;
}
.TagClassName
{
border-color: #6F081B;
}
</style>