Shades of Burgundy #69040E
Tints of Burgundy #69040E
RGB
CMYK
RGB Variations
Color information
#69040E (or 0x69040E) is known color: Burgundy. HEX triplet: 69, 04 and 0E. RGB value is (105,4,14). Sum of RGB (Red+Green+Blue) = 105+4+14=123 (16% of max value = 765). Red value is 105 (41.41% from 255 or 85.37% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 14 (5.86% from 255 or 11.38% from 123); Max value from RGB is 105 - color contains mainly: red. Hex color #69040E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69040E is #96FBF1. Grayscale: #232323. Windows color (decimal): -9894898 or 918633. OLE color: 918633.
HSL color Cylindrical-coordinate representation of color #69040E: hue angle of 354.06º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #69040E is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 4 | 14 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.59 |
| HSL | 354.06º | 0.93% | 0.21% | - |
| HSV(B) | 354.06º | 0.96% | 0.41% | - |
| XYZ | 5.95 | 3.12 | 0.7 | - |
| YUV | 35.34 | 115.96 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 4 | 14 | 0 | 0.96 | 0.87 | 0.59 | 354.06 | 0.93 | 0.21 |
| Hex | 69 | 4 | E | 0 | 60 | 57 | 3B | 162 | 5D | 15 |
| Octal | 151 | 4 | 16 | 0 | 140 | 127 | 73 | 542 | 135 | 25 |
| Binary | 1101001 | 100 | 1110 | 0 | 1100000 | 1010111 | 111011 | 101100010 | 1011101 | 10101 |
Color Harmonies of #69040E
Complementary color
Monochromatic Colors of #69040E
Black with #69040E
Text Example
Text Example
White with #69040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69040E; }
p { color: rgb(105,4,14); }
H1.HeaderClassName
{
color: #69040E;
}
.AnyTagClassName
{
color: #69040E;
}
</style>
background-color css
<style>
a { background-color: #69040E; }
a { background-color: rgb(105,4,14); }
div.DivClassName
{
background-color: #69040E;
}
.BgClassName
{
background-color: #69040E;
}
</style>
border-color css
<style>
span { border-color: #69040E; }
span { border-color: rgb(105,4,14); }
td.TdClassName
{
border-color: #69040E;
}
.TagClassName
{
border-color: #69040E;
}
</style>