Shades of Burgundy #6F0B23
Tints of Burgundy #6F0B23
RGB
CMYK
RGB Variations
Color information
#6F0B23 (or 0x6F0B23) is known color: Burgundy. HEX triplet: 6F, 0B and 23. RGB value is (111,11,35). Sum of RGB (Red+Green+Blue) = 111+11+35=157 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.70% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0B23 is #90F4DC. Grayscale: #2B2B2B. Windows color (decimal): -9499869 or 2296687. OLE color: 2296687.
HSL color Cylindrical-coordinate representation of color #6F0B23: hue angle of 345.6º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F0B23 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 11 | 35 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.56 |
| HSL | 345.6º | 0.82% | 0.24% | - |
| HSV(B) | 345.6º | 0.9% | 0.44% | - |
| XYZ | 6.98 | 3.74 | 1.94 | - |
| YUV | 43.64 | 123.13 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 11 | 35 | 0 | 0.90 | 0.68 | 0.56 | 345.6 | 0.82 | 0.24 |
| Hex | 6F | B | 23 | 0 | 5A | 44 | 38 | 15A | 52 | 18 |
| Octal | 157 | 13 | 43 | 0 | 132 | 104 | 70 | 532 | 122 | 30 |
| Binary | 1101111 | 1011 | 100011 | 0 | 1011010 | 1000100 | 111000 | 101011010 | 1010010 | 11000 |
Color Harmonies of #6F0B23
Complementary color
Monochromatic Colors of #6F0B23
Black with #6F0B23
Text Example
Text Example
White with #6F0B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0B23; }
p { color: rgb(111,11,35); }
H1.HeaderClassName
{
color: #6F0B23;
}
.AnyTagClassName
{
color: #6F0B23;
}
</style>
background-color css
<style>
a { background-color: #6F0B23; }
a { background-color: rgb(111,11,35); }
div.DivClassName
{
background-color: #6F0B23;
}
.BgClassName
{
background-color: #6F0B23;
}
</style>
border-color css
<style>
span { border-color: #6F0B23; }
span { border-color: rgb(111,11,35); }
td.TdClassName
{
border-color: #6F0B23;
}
.TagClassName
{
border-color: #6F0B23;
}
</style>