Shades of Burgundy #690221
Tints of Burgundy #690221
RGB
CMYK
RGB Variations
Color information
#690221 (or 0x690221) is known color: Burgundy. HEX triplet: 69, 02 and 21. RGB value is (105,2,33). Sum of RGB (Red+Green+Blue) = 105+2+33=140 (18% of max value = 765). Red value is 105 (41.41% from 255 or 75% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 105 - color contains mainly: red. Hex color #690221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690221 is #96FDDE. Grayscale: #242424. Windows color (decimal): -9895391 or 2163305. OLE color: 2163305.
HSL color Cylindrical-coordinate representation of color #690221: hue angle of 341.94º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #690221 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 2 | 33 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.59 |
| HSL | 341.94º | 0.96% | 0.21% | - |
| HSV(B) | 341.94º | 0.98% | 0.41% | - |
| XYZ | 6.12 | 3.16 | 1.73 | - |
| YUV | 36.33 | 126.12 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 2 | 33 | 0 | 0.98 | 0.69 | 0.59 | 341.94 | 0.96 | 0.21 |
| Hex | 69 | 2 | 21 | 0 | 62 | 45 | 3B | 156 | 60 | 15 |
| Octal | 151 | 2 | 41 | 0 | 142 | 105 | 73 | 526 | 140 | 25 |
| Binary | 1101001 | 10 | 100001 | 0 | 1100010 | 1000101 | 111011 | 101010110 | 1100000 | 10101 |
Color Harmonies of #690221
Complementary color
Monochromatic Colors of #690221
Black with #690221
Text Example
Text Example
White with #690221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690221; }
p { color: rgb(105,2,33); }
H1.HeaderClassName
{
color: #690221;
}
.AnyTagClassName
{
color: #690221;
}
</style>
background-color css
<style>
a { background-color: #690221; }
a { background-color: rgb(105,2,33); }
div.DivClassName
{
background-color: #690221;
}
.BgClassName
{
background-color: #690221;
}
</style>
border-color css
<style>
span { border-color: #690221; }
span { border-color: rgb(105,2,33); }
td.TdClassName
{
border-color: #690221;
}
.TagClassName
{
border-color: #690221;
}
</style>