Shades of Burgundy #69020B
Tints of Burgundy #69020B
RGB
CMYK
RGB Variations
Color information
#69020B (or 0x69020B) is known color: Burgundy. HEX triplet: 69, 02 and 0B. RGB value is (105,2,11). Sum of RGB (Red+Green+Blue) = 105+2+11=118 (15% of max value = 765). Red value is 105 (41.41% from 255 or 88.98% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 11 (4.69% from 255 or 9.32% from 118); Max value from RGB is 105 - color contains mainly: red. Hex color #69020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69020B is #96FDF4. Grayscale: #212121. Windows color (decimal): -9895413 or 721513. OLE color: 721513.
HSL color Cylindrical-coordinate representation of color #69020B: hue angle of 354.76º 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 #69020B is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 2 | 11 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.59 |
| HSL | 354.76º | 0.96% | 0.21% | - |
| HSV(B) | 354.76º | 0.98% | 0.41% | - |
| XYZ | 5.91 | 3.07 | 0.6 | - |
| YUV | 33.82 | 115.12 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 2 | 11 | 0 | 0.98 | 0.90 | 0.59 | 354.76 | 0.96 | 0.21 |
| Hex | 69 | 2 | B | 0 | 62 | 5A | 3B | 163 | 60 | 15 |
| Octal | 151 | 2 | 13 | 0 | 142 | 132 | 73 | 543 | 140 | 25 |
| Binary | 1101001 | 10 | 1011 | 0 | 1100010 | 1011010 | 111011 | 101100011 | 1100000 | 10101 |
Color Harmonies of #69020B
Complementary color
Monochromatic Colors of #69020B
Black with #69020B
Text Example
Text Example
White with #69020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69020B; }
p { color: rgb(105,2,11); }
H1.HeaderClassName
{
color: #69020B;
}
.AnyTagClassName
{
color: #69020B;
}
</style>
background-color css
<style>
a { background-color: #69020B; }
a { background-color: rgb(105,2,11); }
div.DivClassName
{
background-color: #69020B;
}
.BgClassName
{
background-color: #69020B;
}
</style>
border-color css
<style>
span { border-color: #69020B; }
span { border-color: rgb(105,2,11); }
td.TdClassName
{
border-color: #69020B;
}
.TagClassName
{
border-color: #69020B;
}
</style>