Shades of Burgundy #69020E
Tints of Burgundy #69020E
RGB
CMYK
RGB Variations
Color information
#69020E (or 0x69020E) is known color: Burgundy. HEX triplet: 69, 02 and 0E. RGB value is (105,2,14). Sum of RGB (Red+Green+Blue) = 105+2+14=121 (16% of max value = 765). Red value is 105 (41.41% from 255 or 86.78% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 105 - color contains mainly: red. Hex color #69020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69020E is #96FDF1. Grayscale: #222222. Windows color (decimal): -9895410 or 918121. OLE color: 918121.
HSL color Cylindrical-coordinate representation of color #69020E: hue angle of 353.01º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #69020E is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 2 | 14 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.59 |
| HSL | 353.01º | 0.96% | 0.21% | - |
| HSV(B) | 353.01º | 0.98% | 0.41% | - |
| XYZ | 5.93 | 3.08 | 0.7 | - |
| YUV | 34.17 | 116.62 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 2 | 14 | 0 | 0.98 | 0.87 | 0.59 | 353.01 | 0.96 | 0.21 |
| Hex | 69 | 2 | E | 0 | 62 | 57 | 3B | 161 | 60 | 15 |
| Octal | 151 | 2 | 16 | 0 | 142 | 127 | 73 | 541 | 140 | 25 |
| Binary | 1101001 | 10 | 1110 | 0 | 1100010 | 1010111 | 111011 | 101100001 | 1100000 | 10101 |
Color Harmonies of #69020E
Complementary color
Monochromatic Colors of #69020E
Black with #69020E
Text Example
Text Example
White with #69020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69020E; }
p { color: rgb(105,2,14); }
H1.HeaderClassName
{
color: #69020E;
}
.AnyTagClassName
{
color: #69020E;
}
</style>
background-color css
<style>
a { background-color: #69020E; }
a { background-color: rgb(105,2,14); }
div.DivClassName
{
background-color: #69020E;
}
.BgClassName
{
background-color: #69020E;
}
</style>
border-color css
<style>
span { border-color: #69020E; }
span { border-color: rgb(105,2,14); }
td.TdClassName
{
border-color: #69020E;
}
.TagClassName
{
border-color: #69020E;
}
</style>