Shades of Burgundy #690011
Tints of Burgundy #690011
RGB
CMYK
RGB Variations
Color information
#690011 (or 0x690011) is known color: Burgundy. HEX triplet: 69, 00 and 11. RGB value is (105,0,17). Sum of RGB (Red+Green+Blue) = 105+0+17=122 (16% of max value = 765). Red value is 105 (41.41% from 255 or 86.07% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 105 - color contains mainly: red. Hex color #690011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690011 is #96FFEE. Grayscale: #212121. Windows color (decimal): -9895919 or 1114217. OLE color: 1114217.
HSL color Cylindrical-coordinate representation of color #690011: hue angle of 350.29º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #690011 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.84 | 0.59 |
| HSL | 350.29º | 1% | 0.21% | - |
| HSV(B) | 350.29º | 1% | 0.41% | - |
| XYZ | 5.93 | 3.04 | 0.81 | - |
| YUV | 33.33 | 118.79 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 17 | 0 | 1 | 0.84 | 0.59 | 350.29 | 1 | 0.21 |
| Hex | 69 | 0 | 11 | 0 | 64 | 54 | 3B | 15E | 64 | 15 |
| Octal | 151 | 0 | 21 | 0 | 144 | 124 | 73 | 536 | 144 | 25 |
| Binary | 1101001 | 0 | 10001 | 0 | 1100100 | 1010100 | 111011 | 101011110 | 1100100 | 10101 |
Color Harmonies of #690011
Complementary color
Monochromatic Colors of #690011
Black with #690011
Text Example
Text Example
White with #690011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690011; }
p { color: rgb(105,0,17); }
H1.HeaderClassName
{
color: #690011;
}
.AnyTagClassName
{
color: #690011;
}
</style>
background-color css
<style>
a { background-color: #690011; }
a { background-color: rgb(105,0,17); }
div.DivClassName
{
background-color: #690011;
}
.BgClassName
{
background-color: #690011;
}
</style>
border-color css
<style>
span { border-color: #690011; }
span { border-color: rgb(105,0,17); }
td.TdClassName
{
border-color: #690011;
}
.TagClassName
{
border-color: #690011;
}
</style>