Shades of Burgundy #6F092A
Tints of Burgundy #6F092A
RGB
CMYK
RGB Variations
Color information
#6F092A (or 0x6F092A) is known color: Burgundy. HEX triplet: 6F, 09 and 2A. RGB value is (111,9,42). Sum of RGB (Red+Green+Blue) = 111+9+42=162 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.52% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 111 - color contains mainly: red. Hex color #6F092A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F092A is #90F6D5. Grayscale: #2B2B2B. Windows color (decimal): -9500374 or 2754927. OLE color: 2754927.
HSL color Cylindrical-coordinate representation of color #6F092A: hue angle of 340.59º 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 #6F092A is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 9 | 42 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.56 |
| HSL | 340.59º | 0.85% | 0.24% | - |
| HSV(B) | 340.59º | 0.92% | 0.44% | - |
| XYZ | 7.07 | 3.74 | 2.54 | - |
| YUV | 43.26 | 127.29 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 42 | 0 | 0.92 | 0.62 | 0.56 | 340.59 | 0.85 | 0.24 |
| Hex | 6F | 9 | 2A | 0 | 5C | 3E | 38 | 155 | 55 | 18 |
| Octal | 157 | 11 | 52 | 0 | 134 | 76 | 70 | 525 | 125 | 30 |
| Binary | 1101111 | 1001 | 101010 | 0 | 1011100 | 111110 | 111000 | 101010101 | 1010101 | 11000 |
Color Harmonies of #6F092A
Complementary color
Monochromatic Colors of #6F092A
Black with #6F092A
Text Example
Text Example
White with #6F092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F092A; }
p { color: rgb(111,9,42); }
H1.HeaderClassName
{
color: #6F092A;
}
.AnyTagClassName
{
color: #6F092A;
}
</style>
background-color css
<style>
a { background-color: #6F092A; }
a { background-color: rgb(111,9,42); }
div.DivClassName
{
background-color: #6F092A;
}
.BgClassName
{
background-color: #6F092A;
}
</style>
border-color css
<style>
span { border-color: #6F092A; }
span { border-color: rgb(111,9,42); }
td.TdClassName
{
border-color: #6F092A;
}
.TagClassName
{
border-color: #6F092A;
}
</style>