Shades of Burgundy #690106
Tints of Burgundy #690106
RGB
CMYK
RGB Variations
Color information
#690106 (or 0x690106) is known color: Burgundy. HEX triplet: 69, 01 and 06. RGB value is (105,1,6). Sum of RGB (Red+Green+Blue) = 105+1+6=112 (14% of max value = 765). Red value is 105 (41.41% from 255 or 93.75% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 6 (2.73% from 255 or 5.36% from 112); Max value from RGB is 105 - color contains mainly: red. Hex color #690106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690106 is #96FEF9. Grayscale: #202020. Windows color (decimal): -9895674 or 393577. OLE color: 393577.
HSL color Cylindrical-coordinate representation of color #690106: hue angle of 357.12º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #690106 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 1 | 6 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.59 |
| HSL | 357.12º | 0.98% | 0.21% | - |
| HSV(B) | 357.12º | 0.99% | 0.41% | - |
| XYZ | 5.87 | 3.04 | 0.45 | - |
| YUV | 32.67 | 112.96 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 6 | 0 | 0.99 | 0.94 | 0.59 | 357.12 | 0.98 | 0.21 |
| Hex | 69 | 1 | 6 | 0 | 63 | 5E | 3B | 165 | 62 | 15 |
| Octal | 151 | 1 | 6 | 0 | 143 | 136 | 73 | 545 | 142 | 25 |
| Binary | 1101001 | 1 | 110 | 0 | 1100011 | 1011110 | 111011 | 101100101 | 1100010 | 10101 |
Color Harmonies of #690106
Complementary color
Monochromatic Colors of #690106
Black with #690106
Text Example
Text Example
White with #690106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690106; }
p { color: rgb(105,1,6); }
H1.HeaderClassName
{
color: #690106;
}
.AnyTagClassName
{
color: #690106;
}
</style>
background-color css
<style>
a { background-color: #690106; }
a { background-color: rgb(105,1,6); }
div.DivClassName
{
background-color: #690106;
}
.BgClassName
{
background-color: #690106;
}
</style>
border-color css
<style>
span { border-color: #690106; }
span { border-color: rgb(105,1,6); }
td.TdClassName
{
border-color: #690106;
}
.TagClassName
{
border-color: #690106;
}
</style>