Shades of Burgundy #690622
Tints of Burgundy #690622
RGB
CMYK
RGB Variations
Color information
#690622 (or 0x690622) is known color: Burgundy. HEX triplet: 69, 06 and 22. RGB value is (105,6,34). Sum of RGB (Red+Green+Blue) = 105+6+34=145 (19% of max value = 765). Red value is 105 (41.41% from 255 or 72.41% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 105 - color contains mainly: red. Hex color #690622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690622 is #96F9DD. Grayscale: #262626. Windows color (decimal): -9894366 or 2229865. OLE color: 2229865.
HSL color Cylindrical-coordinate representation of color #690622: hue angle of 343.03º 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 #690622 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 6 | 34 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.59 |
| HSL | 343.03º | 0.89% | 0.22% | - |
| HSV(B) | 343.03º | 0.94% | 0.41% | - |
| XYZ | 6.18 | 3.25 | 1.81 | - |
| YUV | 38.79 | 125.3 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 6 | 34 | 0 | 0.94 | 0.68 | 0.59 | 343.03 | 0.89 | 0.22 |
| Hex | 69 | 6 | 22 | 0 | 5E | 44 | 3B | 157 | 59 | 16 |
| Octal | 151 | 6 | 42 | 0 | 136 | 104 | 73 | 527 | 131 | 26 |
| Binary | 1101001 | 110 | 100010 | 0 | 1011110 | 1000100 | 111011 | 101010111 | 1011001 | 10110 |
Color Harmonies of #690622
Complementary color
Monochromatic Colors of #690622
Black with #690622
Text Example
Text Example
White with #690622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690622; }
p { color: rgb(105,6,34); }
H1.HeaderClassName
{
color: #690622;
}
.AnyTagClassName
{
color: #690622;
}
</style>
background-color css
<style>
a { background-color: #690622; }
a { background-color: rgb(105,6,34); }
div.DivClassName
{
background-color: #690622;
}
.BgClassName
{
background-color: #690622;
}
</style>
border-color css
<style>
span { border-color: #690622; }
span { border-color: rgb(105,6,34); }
td.TdClassName
{
border-color: #690622;
}
.TagClassName
{
border-color: #690622;
}
</style>