Shades of Burgundy #6F0624
Tints of Burgundy #6F0624
RGB
CMYK
RGB Variations
Color information
#6F0624 (or 0x6F0624) is known color: Burgundy. HEX triplet: 6F, 06 and 24. RGB value is (111,6,36). Sum of RGB (Red+Green+Blue) = 111+6+36=153 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.55% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0624 is #90F9DB. Grayscale: #282828. Windows color (decimal): -9501148 or 2360943. OLE color: 2360943.
HSL color Cylindrical-coordinate representation of color #6F0624: hue angle of 342.86º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0624 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 6 | 36 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.56 |
| HSL | 342.86º | 0.9% | 0.23% | - |
| HSV(B) | 342.86º | 0.95% | 0.44% | - |
| XYZ | 6.94 | 3.64 | 2.01 | - |
| YUV | 40.82 | 125.29 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 6 | 36 | 0 | 0.95 | 0.68 | 0.56 | 342.86 | 0.9 | 0.23 |
| Hex | 6F | 6 | 24 | 0 | 5F | 44 | 38 | 157 | 5A | 17 |
| Octal | 157 | 6 | 44 | 0 | 137 | 104 | 70 | 527 | 132 | 27 |
| Binary | 1101111 | 110 | 100100 | 0 | 1011111 | 1000100 | 111000 | 101010111 | 1011010 | 10111 |
Color Harmonies of #6F0624
Complementary color
Monochromatic Colors of #6F0624
Black with #6F0624
Text Example
Text Example
White with #6F0624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0624; }
p { color: rgb(111,6,36); }
H1.HeaderClassName
{
color: #6F0624;
}
.AnyTagClassName
{
color: #6F0624;
}
</style>
background-color css
<style>
a { background-color: #6F0624; }
a { background-color: rgb(111,6,36); }
div.DivClassName
{
background-color: #6F0624;
}
.BgClassName
{
background-color: #6F0624;
}
</style>
border-color css
<style>
span { border-color: #6F0624; }
span { border-color: rgb(111,6,36); }
td.TdClassName
{
border-color: #6F0624;
}
.TagClassName
{
border-color: #6F0624;
}
</style>