Shades of Burgundy #6F0923
Tints of Burgundy #6F0923
RGB
CMYK
RGB Variations
Color information
#6F0923 (or 0x6F0923) is known color: Burgundy. HEX triplet: 6F, 09 and 23. RGB value is (111,9,35). Sum of RGB (Red+Green+Blue) = 111+9+35=155 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.61% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 35 (14.06% from 255 or 22.58% from 155); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0923 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0923 is #90F6DC. Grayscale: #2A2A2A. Windows color (decimal): -9500381 or 2296175. OLE color: 2296175.
HSL color Cylindrical-coordinate representation of color #6F0923: hue angle of 344.71º 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 #6F0923 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 9 | 35 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.56 |
| HSL | 344.71º | 0.85% | 0.24% | - |
| HSV(B) | 344.71º | 0.92% | 0.44% | - |
| XYZ | 6.96 | 3.7 | 1.94 | - |
| YUV | 42.46 | 123.79 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 9 | 35 | 0 | 0.92 | 0.68 | 0.56 | 344.71 | 0.85 | 0.24 |
| Hex | 6F | 9 | 23 | 0 | 5C | 44 | 38 | 159 | 55 | 18 |
| Octal | 157 | 11 | 43 | 0 | 134 | 104 | 70 | 531 | 125 | 30 |
| Binary | 1101111 | 1001 | 100011 | 0 | 1011100 | 1000100 | 111000 | 101011001 | 1010101 | 11000 |
Color Harmonies of #6F0923
Complementary color
Monochromatic Colors of #6F0923
Black with #6F0923
Text Example
Text Example
White with #6F0923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0923; }
p { color: rgb(111,9,35); }
H1.HeaderClassName
{
color: #6F0923;
}
.AnyTagClassName
{
color: #6F0923;
}
</style>
background-color css
<style>
a { background-color: #6F0923; }
a { background-color: rgb(111,9,35); }
div.DivClassName
{
background-color: #6F0923;
}
.BgClassName
{
background-color: #6F0923;
}
</style>
border-color css
<style>
span { border-color: #6F0923; }
span { border-color: rgb(111,9,35); }
td.TdClassName
{
border-color: #6F0923;
}
.TagClassName
{
border-color: #6F0923;
}
</style>