Shades of Burgundy #690211
Tints of Burgundy #690211
RGB
CMYK
RGB Variations
Color information
#690211 (or 0x690211) is known color: Burgundy. HEX triplet: 69, 02 and 11. RGB value is (105,2,17). Sum of RGB (Red+Green+Blue) = 105+2+17=124 (16% of max value = 765). Red value is 105 (41.41% from 255 or 84.68% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 105 - color contains mainly: red. Hex color #690211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690211 is #96FDEE. Grayscale: #222222. Windows color (decimal): -9895407 or 1114729. OLE color: 1114729.
HSL color Cylindrical-coordinate representation of color #690211: hue angle of 351.26º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #690211 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 2 | 17 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.59 |
| HSL | 351.26º | 0.96% | 0.21% | - |
| HSV(B) | 351.26º | 0.98% | 0.41% | - |
| XYZ | 5.95 | 3.09 | 0.81 | - |
| YUV | 34.51 | 118.12 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 2 | 17 | 0 | 0.98 | 0.84 | 0.59 | 351.26 | 0.96 | 0.21 |
| Hex | 69 | 2 | 11 | 0 | 62 | 54 | 3B | 15F | 60 | 15 |
| Octal | 151 | 2 | 21 | 0 | 142 | 124 | 73 | 537 | 140 | 25 |
| Binary | 1101001 | 10 | 10001 | 0 | 1100010 | 1010100 | 111011 | 101011111 | 1100000 | 10101 |
Color Harmonies of #690211
Complementary color
Monochromatic Colors of #690211
Black with #690211
Text Example
Text Example
White with #690211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690211; }
p { color: rgb(105,2,17); }
H1.HeaderClassName
{
color: #690211;
}
.AnyTagClassName
{
color: #690211;
}
</style>
background-color css
<style>
a { background-color: #690211; }
a { background-color: rgb(105,2,17); }
div.DivClassName
{
background-color: #690211;
}
.BgClassName
{
background-color: #690211;
}
</style>
border-color css
<style>
span { border-color: #690211; }
span { border-color: rgb(105,2,17); }
td.TdClassName
{
border-color: #690211;
}
.TagClassName
{
border-color: #690211;
}
</style>