Shades of Burgundy #6F091F
Tints of Burgundy #6F091F
RGB
CMYK
RGB Variations
Color information
#6F091F (or 0x6F091F) is known color: Burgundy. HEX triplet: 6F, 09 and 1F. RGB value is (111,9,31). Sum of RGB (Red+Green+Blue) = 111+9+31=151 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.51% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 111 - color contains mainly: red. Hex color #6F091F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F091F is #90F6E0. Grayscale: #2A2A2A. Windows color (decimal): -9500385 or 2034031. OLE color: 2034031.
HSL color Cylindrical-coordinate representation of color #6F091F: hue angle of 347.06º 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 #6F091F is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 9 | 31 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.56 |
| HSL | 347.06º | 0.85% | 0.24% | - |
| HSV(B) | 347.06º | 0.92% | 0.44% | - |
| XYZ | 6.9 | 3.67 | 1.64 | - |
| YUV | 42.01 | 121.79 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 31 | 0 | 0.92 | 0.72 | 0.56 | 347.06 | 0.85 | 0.24 |
| Hex | 6F | 9 | 1F | 0 | 5C | 48 | 38 | 15B | 55 | 18 |
| Octal | 157 | 11 | 37 | 0 | 134 | 110 | 70 | 533 | 125 | 30 |
| Binary | 1101111 | 1001 | 11111 | 0 | 1011100 | 1001000 | 111000 | 101011011 | 1010101 | 11000 |
Color Harmonies of #6F091F
Complementary color
Monochromatic Colors of #6F091F
Black with #6F091F
Text Example
Text Example
White with #6F091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F091F; }
p { color: rgb(111,9,31); }
H1.HeaderClassName
{
color: #6F091F;
}
.AnyTagClassName
{
color: #6F091F;
}
</style>
background-color css
<style>
a { background-color: #6F091F; }
a { background-color: rgb(111,9,31); }
div.DivClassName
{
background-color: #6F091F;
}
.BgClassName
{
background-color: #6F091F;
}
</style>
border-color css
<style>
span { border-color: #6F091F; }
span { border-color: rgb(111,9,31); }
td.TdClassName
{
border-color: #6F091F;
}
.TagClassName
{
border-color: #6F091F;
}
</style>