Shades of Burgundy #690021
Tints of Burgundy #690021
RGB
CMYK
RGB Variations
Color information
#690021 (or 0x690021) is known color: Burgundy. HEX triplet: 69, 00 and 21. RGB value is (105,0,33). Sum of RGB (Red+Green+Blue) = 105+0+33=138 (18% of max value = 765). Red value is 105 (41.41% from 255 or 76.09% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 105 - color contains mainly: red. Hex color #690021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690021 is #96FFDE. Grayscale: #232323. Windows color (decimal): -9895903 or 2162793. OLE color: 2162793.
HSL color Cylindrical-coordinate representation of color #690021: hue angle of 341.14º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #690021 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.69 | 0.59 |
| HSL | 341.14º | 1% | 0.21% | - |
| HSV(B) | 341.14º | 1% | 0.41% | - |
| XYZ | 6.1 | 3.11 | 1.72 | - |
| YUV | 35.16 | 126.79 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 33 | 0 | 1 | 0.69 | 0.59 | 341.14 | 1 | 0.21 |
| Hex | 69 | 0 | 21 | 0 | 64 | 45 | 3B | 155 | 64 | 15 |
| Octal | 151 | 0 | 41 | 0 | 144 | 105 | 73 | 525 | 144 | 25 |
| Binary | 1101001 | 0 | 100001 | 0 | 1100100 | 1000101 | 111011 | 101010101 | 1100100 | 10101 |
Color Harmonies of #690021
Complementary color
Monochromatic Colors of #690021
Black with #690021
Text Example
Text Example
White with #690021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690021; }
p { color: rgb(105,0,33); }
H1.HeaderClassName
{
color: #690021;
}
.AnyTagClassName
{
color: #690021;
}
</style>
background-color css
<style>
a { background-color: #690021; }
a { background-color: rgb(105,0,33); }
div.DivClassName
{
background-color: #690021;
}
.BgClassName
{
background-color: #690021;
}
</style>
border-color css
<style>
span { border-color: #690021; }
span { border-color: rgb(105,0,33); }
td.TdClassName
{
border-color: #690021;
}
.TagClassName
{
border-color: #690021;
}
</style>