Shades of Burgundy #6F0A2C
Tints of Burgundy #6F0A2C
RGB
CMYK
RGB Variations
Color information
#6F0A2C (or 0x6F0A2C) is known color: Burgundy. HEX triplet: 6F, 0A and 2C. RGB value is (111,10,44). Sum of RGB (Red+Green+Blue) = 111+10+44=165 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.27% from 165); Green value is 10 (4.30% from 255 or 6.06% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0A2C is #90F5D3. Grayscale: #2C2C2C. Windows color (decimal): -9500116 or 2886255. OLE color: 2886255.
HSL color Cylindrical-coordinate representation of color #6F0A2C: hue angle of 339.8º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F0A2C is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 10 | 44 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.56 |
| HSL | 339.8º | 0.83% | 0.24% | - |
| HSV(B) | 339.8º | 0.91% | 0.44% | - |
| XYZ | 7.12 | 3.78 | 2.74 | - |
| YUV | 44.08 | 127.96 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 10 | 44 | 0 | 0.91 | 0.60 | 0.56 | 339.8 | 0.83 | 0.24 |
| Hex | 6F | A | 2C | 0 | 5B | 3C | 38 | 154 | 53 | 18 |
| Octal | 157 | 12 | 54 | 0 | 133 | 74 | 70 | 524 | 123 | 30 |
| Binary | 1101111 | 1010 | 101100 | 0 | 1011011 | 111100 | 111000 | 101010100 | 1010011 | 11000 |
Color Harmonies of #6F0A2C
Complementary color
Monochromatic Colors of #6F0A2C
Black with #6F0A2C
Text Example
Text Example
White with #6F0A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0A2C; }
p { color: rgb(111,10,44); }
H1.HeaderClassName
{
color: #6F0A2C;
}
.AnyTagClassName
{
color: #6F0A2C;
}
</style>
background-color css
<style>
a { background-color: #6F0A2C; }
a { background-color: rgb(111,10,44); }
div.DivClassName
{
background-color: #6F0A2C;
}
.BgClassName
{
background-color: #6F0A2C;
}
</style>
border-color css
<style>
span { border-color: #6F0A2C; }
span { border-color: rgb(111,10,44); }
td.TdClassName
{
border-color: #6F0A2C;
}
.TagClassName
{
border-color: #6F0A2C;
}
</style>