Shades of Burgundy #690119
Tints of Burgundy #690119
RGB
CMYK
RGB Variations
Color information
#690119 (or 0x690119) is known color: Burgundy. HEX triplet: 69, 01 and 19. RGB value is (105,1,25). Sum of RGB (Red+Green+Blue) = 105+1+25=131 (17% of max value = 765). Red value is 105 (41.41% from 255 or 80.15% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 105 - color contains mainly: red. Hex color #690119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690119 is #96FEE6. Grayscale: #222222. Windows color (decimal): -9895655 or 1638761. OLE color: 1638761.
HSL color Cylindrical-coordinate representation of color #690119: hue angle of 346.15º 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 #690119 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 1 | 25 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.59 |
| HSL | 346.15º | 0.98% | 0.21% | - |
| HSV(B) | 346.15º | 0.99% | 0.41% | - |
| XYZ | 6.01 | 3.1 | 1.2 | - |
| YUV | 34.83 | 122.46 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 25 | 0 | 0.99 | 0.76 | 0.59 | 346.15 | 0.98 | 0.21 |
| Hex | 69 | 1 | 19 | 0 | 63 | 4C | 3B | 15A | 62 | 15 |
| Octal | 151 | 1 | 31 | 0 | 143 | 114 | 73 | 532 | 142 | 25 |
| Binary | 1101001 | 1 | 11001 | 0 | 1100011 | 1001100 | 111011 | 101011010 | 1100010 | 10101 |
Color Harmonies of #690119
Complementary color
Monochromatic Colors of #690119
Black with #690119
Text Example
Text Example
White with #690119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690119; }
p { color: rgb(105,1,25); }
H1.HeaderClassName
{
color: #690119;
}
.AnyTagClassName
{
color: #690119;
}
</style>
background-color css
<style>
a { background-color: #690119; }
a { background-color: rgb(105,1,25); }
div.DivClassName
{
background-color: #690119;
}
.BgClassName
{
background-color: #690119;
}
</style>
border-color css
<style>
span { border-color: #690119; }
span { border-color: rgb(105,1,25); }
td.TdClassName
{
border-color: #690119;
}
.TagClassName
{
border-color: #690119;
}
</style>