Shades of Burgundy #6F091B
Tints of Burgundy #6F091B
RGB
CMYK
RGB Variations
Color information
#6F091B (or 0x6F091B) is known color: Burgundy. HEX triplet: 6F, 09 and 1B. RGB value is (111,9,27). Sum of RGB (Red+Green+Blue) = 111+9+27=147 (19% of max value = 765). Red value is 111 (43.75% from 255 or 75.51% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 111 - color contains mainly: red. Hex color #6F091B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F091B is #90F6E4. Grayscale: #292929. Windows color (decimal): -9500389 or 1771887. OLE color: 1771887.
HSL color Cylindrical-coordinate representation of color #6F091B: hue angle of 349.41º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F091B is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 9 | 27 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.56 |
| HSL | 349.41º | 0.85% | 0.24% | - |
| HSV(B) | 349.41º | 0.92% | 0.44% | - |
| XYZ | 6.85 | 3.65 | 1.38 | - |
| YUV | 41.55 | 119.79 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 27 | 0 | 0.92 | 0.76 | 0.56 | 349.41 | 0.85 | 0.24 |
| Hex | 6F | 9 | 1B | 0 | 5C | 4C | 38 | 15D | 55 | 18 |
| Octal | 157 | 11 | 33 | 0 | 134 | 114 | 70 | 535 | 125 | 30 |
| Binary | 1101111 | 1001 | 11011 | 0 | 1011100 | 1001100 | 111000 | 101011101 | 1010101 | 11000 |
Color Harmonies of #6F091B
Complementary color
Monochromatic Colors of #6F091B
Black with #6F091B
Text Example
Text Example
White with #6F091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F091B; }
p { color: rgb(111,9,27); }
H1.HeaderClassName
{
color: #6F091B;
}
.AnyTagClassName
{
color: #6F091B;
}
</style>
background-color css
<style>
a { background-color: #6F091B; }
a { background-color: rgb(111,9,27); }
div.DivClassName
{
background-color: #6F091B;
}
.BgClassName
{
background-color: #6F091B;
}
</style>
border-color css
<style>
span { border-color: #6F091B; }
span { border-color: rgb(111,9,27); }
td.TdClassName
{
border-color: #6F091B;
}
.TagClassName
{
border-color: #6F091B;
}
</style>