Shades of Burgundy #690411
Tints of Burgundy #690411
RGB
CMYK
RGB Variations
Color information
#690411 (or 0x690411) is known color: Burgundy. HEX triplet: 69, 04 and 11. RGB value is (105,4,17). Sum of RGB (Red+Green+Blue) = 105+4+17=126 (16% of max value = 765). Red value is 105 (41.41% from 255 or 83.33% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 105 - color contains mainly: red. Hex color #690411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690411 is #96FBEE. Grayscale: #232323. Windows color (decimal): -9894895 or 1115241. OLE color: 1115241.
HSL color Cylindrical-coordinate representation of color #690411: hue angle of 352.28º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #690411 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 4 | 17 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.59 |
| HSL | 352.28º | 0.93% | 0.21% | - |
| HSV(B) | 352.28º | 0.96% | 0.41% | - |
| XYZ | 5.97 | 3.13 | 0.82 | - |
| YUV | 35.68 | 117.46 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 4 | 17 | 0 | 0.96 | 0.84 | 0.59 | 352.28 | 0.93 | 0.21 |
| Hex | 69 | 4 | 11 | 0 | 60 | 54 | 3B | 160 | 5D | 15 |
| Octal | 151 | 4 | 21 | 0 | 140 | 124 | 73 | 540 | 135 | 25 |
| Binary | 1101001 | 100 | 10001 | 0 | 1100000 | 1010100 | 111011 | 101100000 | 1011101 | 10101 |
Color Harmonies of #690411
Complementary color
Monochromatic Colors of #690411
Black with #690411
Text Example
Text Example
White with #690411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690411; }
p { color: rgb(105,4,17); }
H1.HeaderClassName
{
color: #690411;
}
.AnyTagClassName
{
color: #690411;
}
</style>
background-color css
<style>
a { background-color: #690411; }
a { background-color: rgb(105,4,17); }
div.DivClassName
{
background-color: #690411;
}
.BgClassName
{
background-color: #690411;
}
</style>
border-color css
<style>
span { border-color: #690411; }
span { border-color: rgb(105,4,17); }
td.TdClassName
{
border-color: #690411;
}
.TagClassName
{
border-color: #690411;
}
</style>