Shades of Burgundy #690121
Tints of Burgundy #690121
RGB
CMYK
RGB Variations
Color information
#690121 (or 0x690121) is known color: Burgundy. HEX triplet: 69, 01 and 21. RGB value is (105,1,33). Sum of RGB (Red+Green+Blue) = 105+1+33=139 (18% of max value = 765). Red value is 105 (41.41% from 255 or 75.54% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 105 - color contains mainly: red. Hex color #690121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690121 is #96FEDE. Grayscale: #232323. Windows color (decimal): -9895647 or 2163049. OLE color: 2163049.
HSL color Cylindrical-coordinate representation of color #690121: hue angle of 341.54º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #690121 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 1 | 33 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.59 |
| HSL | 341.54º | 0.98% | 0.21% | - |
| HSV(B) | 341.54º | 0.99% | 0.41% | - |
| XYZ | 6.11 | 3.13 | 1.72 | - |
| YUV | 35.74 | 126.46 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 33 | 0 | 0.99 | 0.69 | 0.59 | 341.54 | 0.98 | 0.21 |
| Hex | 69 | 1 | 21 | 0 | 63 | 45 | 3B | 156 | 62 | 15 |
| Octal | 151 | 1 | 41 | 0 | 143 | 105 | 73 | 526 | 142 | 25 |
| Binary | 1101001 | 1 | 100001 | 0 | 1100011 | 1000101 | 111011 | 101010110 | 1100010 | 10101 |
Color Harmonies of #690121
Complementary color
Monochromatic Colors of #690121
Black with #690121
Text Example
Text Example
White with #690121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690121; }
p { color: rgb(105,1,33); }
H1.HeaderClassName
{
color: #690121;
}
.AnyTagClassName
{
color: #690121;
}
</style>
background-color css
<style>
a { background-color: #690121; }
a { background-color: rgb(105,1,33); }
div.DivClassName
{
background-color: #690121;
}
.BgClassName
{
background-color: #690121;
}
</style>
border-color css
<style>
span { border-color: #690121; }
span { border-color: rgb(105,1,33); }
td.TdClassName
{
border-color: #690121;
}
.TagClassName
{
border-color: #690121;
}
</style>