Shades of Burgundy #690010
Tints of Burgundy #690010
RGB
CMYK
RGB Variations
Color information
#690010 (or 0x690010) is known color: Burgundy. HEX triplet: 69, 00 and 10. RGB value is (105,0,16). Sum of RGB (Red+Green+Blue) = 105+0+16=121 (16% of max value = 765). Red value is 105 (41.41% from 255 or 86.78% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 105 - color contains mainly: red. Hex color #690010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690010 is #96FFEF. Grayscale: #212121. Windows color (decimal): -9895920 or 1048681. OLE color: 1048681.
HSL color Cylindrical-coordinate representation of color #690010: hue angle of 350.86º 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 #690010 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.85 | 0.59 |
| HSL | 350.86º | 1% | 0.21% | - |
| HSV(B) | 350.86º | 1% | 0.41% | - |
| XYZ | 5.92 | 3.04 | 0.77 | - |
| YUV | 33.22 | 118.29 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 16 | 0 | 1 | 0.85 | 0.59 | 350.86 | 1 | 0.21 |
| Hex | 69 | 0 | 10 | 0 | 64 | 55 | 3B | 15F | 64 | 15 |
| Octal | 151 | 0 | 20 | 0 | 144 | 125 | 73 | 537 | 144 | 25 |
| Binary | 1101001 | 0 | 10000 | 0 | 1100100 | 1010101 | 111011 | 101011111 | 1100100 | 10101 |
Color Harmonies of #690010
Complementary color
Monochromatic Colors of #690010
Black with #690010
Text Example
Text Example
White with #690010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690010; }
p { color: rgb(105,0,16); }
H1.HeaderClassName
{
color: #690010;
}
.AnyTagClassName
{
color: #690010;
}
</style>
background-color css
<style>
a { background-color: #690010; }
a { background-color: rgb(105,0,16); }
div.DivClassName
{
background-color: #690010;
}
.BgClassName
{
background-color: #690010;
}
</style>
border-color css
<style>
span { border-color: #690010; }
span { border-color: rgb(105,0,16); }
td.TdClassName
{
border-color: #690010;
}
.TagClassName
{
border-color: #690010;
}
</style>