Shades of Burgundy #6F0823
Tints of Burgundy #6F0823
RGB
CMYK
RGB Variations
Color information
#6F0823 (or 0x6F0823) is known color: Burgundy. HEX triplet: 6F, 08 and 23. RGB value is (111,8,35). Sum of RGB (Red+Green+Blue) = 111+8+35=154 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.08% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0823 is #90F7DC. Grayscale: #292929. Windows color (decimal): -9500637 or 2295919. OLE color: 2295919.
HSL color Cylindrical-coordinate representation of color #6F0823: hue angle of 344.27º 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 #6F0823 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 8 | 35 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.56 |
| HSL | 344.27º | 0.87% | 0.23% | - |
| HSV(B) | 344.27º | 0.93% | 0.44% | - |
| XYZ | 6.95 | 3.67 | 1.93 | - |
| YUV | 41.88 | 124.12 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 35 | 0 | 0.93 | 0.68 | 0.56 | 344.27 | 0.87 | 0.23 |
| Hex | 6F | 8 | 23 | 0 | 5D | 44 | 38 | 158 | 57 | 17 |
| Octal | 157 | 10 | 43 | 0 | 135 | 104 | 70 | 530 | 127 | 27 |
| Binary | 1101111 | 1000 | 100011 | 0 | 1011101 | 1000100 | 111000 | 101011000 | 1010111 | 10111 |
Color Harmonies of #6F0823
Complementary color
Monochromatic Colors of #6F0823
Black with #6F0823
Text Example
Text Example
White with #6F0823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0823; }
p { color: rgb(111,8,35); }
H1.HeaderClassName
{
color: #6F0823;
}
.AnyTagClassName
{
color: #6F0823;
}
</style>
background-color css
<style>
a { background-color: #6F0823; }
a { background-color: rgb(111,8,35); }
div.DivClassName
{
background-color: #6F0823;
}
.BgClassName
{
background-color: #6F0823;
}
</style>
border-color css
<style>
span { border-color: #6F0823; }
span { border-color: rgb(111,8,35); }
td.TdClassName
{
border-color: #6F0823;
}
.TagClassName
{
border-color: #6F0823;
}
</style>