Shades of Burgundy #6F0A23
Tints of Burgundy #6F0A23
RGB
CMYK
RGB Variations
Color information
#6F0A23 (or 0x6F0A23) is known color: Burgundy. HEX triplet: 6F, 0A and 23. RGB value is (111,10,35). Sum of RGB (Red+Green+Blue) = 111+10+35=156 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.15% from 156); Green value is 10 (4.30% from 255 or 6.41% from 156); Blue value is 35 (14.06% from 255 or 22.44% from 156); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0A23 is #90F5DC. Grayscale: #2B2B2B. Windows color (decimal): -9500125 or 2296431. OLE color: 2296431.
HSL color Cylindrical-coordinate representation of color #6F0A23: hue angle of 345.15º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F0A23 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 10 | 35 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.56 |
| HSL | 345.15º | 0.83% | 0.24% | - |
| HSV(B) | 345.15º | 0.91% | 0.44% | - |
| XYZ | 6.97 | 3.72 | 1.94 | - |
| YUV | 43.05 | 123.46 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 10 | 35 | 0 | 0.91 | 0.68 | 0.56 | 345.15 | 0.83 | 0.24 |
| Hex | 6F | A | 23 | 0 | 5B | 44 | 38 | 159 | 53 | 18 |
| Octal | 157 | 12 | 43 | 0 | 133 | 104 | 70 | 531 | 123 | 30 |
| Binary | 1101111 | 1010 | 100011 | 0 | 1011011 | 1000100 | 111000 | 101011001 | 1010011 | 11000 |
Color Harmonies of #6F0A23
Complementary color
Monochromatic Colors of #6F0A23
Black with #6F0A23
Text Example
Text Example
White with #6F0A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0A23; }
p { color: rgb(111,10,35); }
H1.HeaderClassName
{
color: #6F0A23;
}
.AnyTagClassName
{
color: #6F0A23;
}
</style>
background-color css
<style>
a { background-color: #6F0A23; }
a { background-color: rgb(111,10,35); }
div.DivClassName
{
background-color: #6F0A23;
}
.BgClassName
{
background-color: #6F0A23;
}
</style>
border-color css
<style>
span { border-color: #6F0A23; }
span { border-color: rgb(111,10,35); }
td.TdClassName
{
border-color: #6F0A23;
}
.TagClassName
{
border-color: #6F0A23;
}
</style>