Shades of Burgundy #69030D
Tints of Burgundy #69030D
RGB
CMYK
RGB Variations
Color information
#69030D (or 0x69030D) is known color: Burgundy. HEX triplet: 69, 03 and 0D. RGB value is (105,3,13). Sum of RGB (Red+Green+Blue) = 105+3+13=121 (16% of max value = 765). Red value is 105 (41.41% from 255 or 86.78% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 105 - color contains mainly: red. Hex color #69030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69030D is #96FCF2. Grayscale: #222222. Windows color (decimal): -9895155 or 852841. OLE color: 852841.
HSL color Cylindrical-coordinate representation of color #69030D: hue angle of 354.12º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #69030D is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 3 | 13 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.59 |
| HSL | 354.12º | 0.94% | 0.21% | - |
| HSV(B) | 354.12º | 0.97% | 0.41% | - |
| XYZ | 5.93 | 3.1 | 0.67 | - |
| YUV | 34.64 | 115.79 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 3 | 13 | 0 | 0.97 | 0.88 | 0.59 | 354.12 | 0.94 | 0.21 |
| Hex | 69 | 3 | D | 0 | 61 | 58 | 3B | 162 | 5E | 15 |
| Octal | 151 | 3 | 15 | 0 | 141 | 130 | 73 | 542 | 136 | 25 |
| Binary | 1101001 | 11 | 1101 | 0 | 1100001 | 1011000 | 111011 | 101100010 | 1011110 | 10101 |
Color Harmonies of #69030D
Complementary color
Monochromatic Colors of #69030D
Black with #69030D
Text Example
Text Example
White with #69030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69030D; }
p { color: rgb(105,3,13); }
H1.HeaderClassName
{
color: #69030D;
}
.AnyTagClassName
{
color: #69030D;
}
</style>
background-color css
<style>
a { background-color: #69030D; }
a { background-color: rgb(105,3,13); }
div.DivClassName
{
background-color: #69030D;
}
.BgClassName
{
background-color: #69030D;
}
</style>
border-color css
<style>
span { border-color: #69030D; }
span { border-color: rgb(105,3,13); }
td.TdClassName
{
border-color: #69030D;
}
.TagClassName
{
border-color: #69030D;
}
</style>