Shades of Burgundy #690422
Tints of Burgundy #690422
RGB
CMYK
RGB Variations
Color information
#690422 (or 0x690422) is known color: Burgundy. HEX triplet: 69, 04 and 22. RGB value is (105,4,34). Sum of RGB (Red+Green+Blue) = 105+4+34=143 (18% of max value = 765). Red value is 105 (41.41% from 255 or 73.43% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 34 (13.67% from 255 or 23.78% from 143); Max value from RGB is 105 - color contains mainly: red. Hex color #690422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690422 is #96FBDD. Grayscale: #252525. Windows color (decimal): -9894878 or 2229353. OLE color: 2229353.
HSL color Cylindrical-coordinate representation of color #690422: hue angle of 342.18º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #690422 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 4 | 34 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.59 |
| HSL | 342.18º | 0.93% | 0.21% | - |
| HSV(B) | 342.18º | 0.96% | 0.41% | - |
| XYZ | 6.16 | 3.21 | 1.81 | - |
| YUV | 37.62 | 125.96 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 4 | 34 | 0 | 0.96 | 0.68 | 0.59 | 342.18 | 0.93 | 0.21 |
| Hex | 69 | 4 | 22 | 0 | 60 | 44 | 3B | 156 | 5D | 15 |
| Octal | 151 | 4 | 42 | 0 | 140 | 104 | 73 | 526 | 135 | 25 |
| Binary | 1101001 | 100 | 100010 | 0 | 1100000 | 1000100 | 111011 | 101010110 | 1011101 | 10101 |
Color Harmonies of #690422
Complementary color
Monochromatic Colors of #690422
Black with #690422
Text Example
Text Example
White with #690422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690422; }
p { color: rgb(105,4,34); }
H1.HeaderClassName
{
color: #690422;
}
.AnyTagClassName
{
color: #690422;
}
</style>
background-color css
<style>
a { background-color: #690422; }
a { background-color: rgb(105,4,34); }
div.DivClassName
{
background-color: #690422;
}
.BgClassName
{
background-color: #690422;
}
</style>
border-color css
<style>
span { border-color: #690422; }
span { border-color: rgb(105,4,34); }
td.TdClassName
{
border-color: #690422;
}
.TagClassName
{
border-color: #690422;
}
</style>