Shades of Burgundy #6F0821
Tints of Burgundy #6F0821
RGB
CMYK
RGB Variations
Color information
#6F0821 (or 0x6F0821) is known color: Burgundy. HEX triplet: 6F, 08 and 21. RGB value is (111,8,33). Sum of RGB (Red+Green+Blue) = 111+8+33=152 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.03% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0821 is #90F7DE. Grayscale: #292929. Windows color (decimal): -9500639 or 2164847. OLE color: 2164847.
HSL color Cylindrical-coordinate representation of color #6F0821: hue angle of 345.44º 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 #6F0821 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 8 | 33 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.56 |
| HSL | 345.44º | 0.87% | 0.23% | - |
| HSV(B) | 345.44º | 0.93% | 0.44% | - |
| XYZ | 6.92 | 3.66 | 1.78 | - |
| YUV | 41.65 | 123.12 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 33 | 0 | 0.93 | 0.70 | 0.56 | 345.44 | 0.87 | 0.23 |
| Hex | 6F | 8 | 21 | 0 | 5D | 46 | 38 | 159 | 57 | 17 |
| Octal | 157 | 10 | 41 | 0 | 135 | 106 | 70 | 531 | 127 | 27 |
| Binary | 1101111 | 1000 | 100001 | 0 | 1011101 | 1000110 | 111000 | 101011001 | 1010111 | 10111 |
Color Harmonies of #6F0821
Complementary color
Monochromatic Colors of #6F0821
Black with #6F0821
Text Example
Text Example
White with #6F0821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0821; }
p { color: rgb(111,8,33); }
H1.HeaderClassName
{
color: #6F0821;
}
.AnyTagClassName
{
color: #6F0821;
}
</style>
background-color css
<style>
a { background-color: #6F0821; }
a { background-color: rgb(111,8,33); }
div.DivClassName
{
background-color: #6F0821;
}
.BgClassName
{
background-color: #6F0821;
}
</style>
border-color css
<style>
span { border-color: #6F0821; }
span { border-color: rgb(111,8,33); }
td.TdClassName
{
border-color: #6F0821;
}
.TagClassName
{
border-color: #6F0821;
}
</style>