Shades of Burgundy #690019
Tints of Burgundy #690019
RGB
CMYK
RGB Variations
Color information
#690019 (or 0x690019) is known color: Burgundy. HEX triplet: 69, 00 and 19. RGB value is (105,0,25). Sum of RGB (Red+Green+Blue) = 105+0+25=130 (17% of max value = 765). Red value is 105 (41.41% from 255 or 80.77% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 105 - color contains mainly: red. Hex color #690019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690019 is #96FFE6. Grayscale: #222222. Windows color (decimal): -9895911 or 1638505. OLE color: 1638505.
HSL color Cylindrical-coordinate representation of color #690019: hue angle of 345.71º 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 #690019 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.76 | 0.59 |
| HSL | 345.71º | 1% | 0.21% | - |
| HSV(B) | 345.71º | 1% | 0.41% | - |
| XYZ | 6 | 3.07 | 1.2 | - |
| YUV | 34.25 | 122.79 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 25 | 0 | 1 | 0.76 | 0.59 | 345.71 | 1 | 0.21 |
| Hex | 69 | 0 | 19 | 0 | 64 | 4C | 3B | 15A | 64 | 15 |
| Octal | 151 | 0 | 31 | 0 | 144 | 114 | 73 | 532 | 144 | 25 |
| Binary | 1101001 | 0 | 11001 | 0 | 1100100 | 1001100 | 111011 | 101011010 | 1100100 | 10101 |
Color Harmonies of #690019
Complementary color
Monochromatic Colors of #690019
Black with #690019
Text Example
Text Example
White with #690019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690019; }
p { color: rgb(105,0,25); }
H1.HeaderClassName
{
color: #690019;
}
.AnyTagClassName
{
color: #690019;
}
</style>
background-color css
<style>
a { background-color: #690019; }
a { background-color: rgb(105,0,25); }
div.DivClassName
{
background-color: #690019;
}
.BgClassName
{
background-color: #690019;
}
</style>
border-color css
<style>
span { border-color: #690019; }
span { border-color: rgb(105,0,25); }
td.TdClassName
{
border-color: #690019;
}
.TagClassName
{
border-color: #690019;
}
</style>