Shades of Burgundy #690624
Tints of Burgundy #690624
RGB
CMYK
RGB Variations
Color information
#690624 (or 0x690624) is known color: Burgundy. HEX triplet: 69, 06 and 24. RGB value is (105,6,36). Sum of RGB (Red+Green+Blue) = 105+6+36=147 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.43% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 105 - color contains mainly: red. Hex color #690624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690624 is #96F9DB. Grayscale: #272727. Windows color (decimal): -9894364 or 2360937. OLE color: 2360937.
HSL color Cylindrical-coordinate representation of color #690624: hue angle of 341.82º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690624 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 6 | 36 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.59 |
| HSL | 341.82º | 0.89% | 0.22% | - |
| HSV(B) | 341.82º | 0.94% | 0.41% | - |
| XYZ | 6.21 | 3.26 | 1.97 | - |
| YUV | 39.02 | 126.3 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 6 | 36 | 0 | 0.94 | 0.66 | 0.59 | 341.82 | 0.89 | 0.22 |
| Hex | 69 | 6 | 24 | 0 | 5E | 42 | 3B | 156 | 59 | 16 |
| Octal | 151 | 6 | 44 | 0 | 136 | 102 | 73 | 526 | 131 | 26 |
| Binary | 1101001 | 110 | 100100 | 0 | 1011110 | 1000010 | 111011 | 101010110 | 1011001 | 10110 |
Color Harmonies of #690624
Complementary color
Monochromatic Colors of #690624
Black with #690624
Text Example
Text Example
White with #690624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690624; }
p { color: rgb(105,6,36); }
H1.HeaderClassName
{
color: #690624;
}
.AnyTagClassName
{
color: #690624;
}
</style>
background-color css
<style>
a { background-color: #690624; }
a { background-color: rgb(105,6,36); }
div.DivClassName
{
background-color: #690624;
}
.BgClassName
{
background-color: #690624;
}
</style>
border-color css
<style>
span { border-color: #690624; }
span { border-color: rgb(105,6,36); }
td.TdClassName
{
border-color: #690624;
}
.TagClassName
{
border-color: #690624;
}
</style>