Shades of Burgundy #69000B
Tints of Burgundy #69000B
RGB
CMYK
RGB Variations
Color information
#69000B (or 0x69000B) is known color: Burgundy. HEX triplet: 69, 00 and 0B. RGB value is (105,0,11). Sum of RGB (Red+Green+Blue) = 105+0+11=116 (15% of max value = 765). Red value is 105 (41.41% from 255 or 90.52% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 11 (4.69% from 255 or 9.48% from 116); Max value from RGB is 105 - color contains mainly: red. Hex color #69000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69000B is #96FFF4. Grayscale: #202020. Windows color (decimal): -9895925 or 721001. OLE color: 721001.
HSL color Cylindrical-coordinate representation of color #69000B: hue angle of 353.71º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #69000B is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.90 | 0.59 |
| HSL | 353.71º | 1% | 0.21% | - |
| HSV(B) | 353.71º | 1% | 0.41% | - |
| XYZ | 5.89 | 3.03 | 0.59 | - |
| YUV | 32.65 | 115.79 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 11 | 0 | 1 | 0.90 | 0.59 | 353.71 | 1 | 0.21 |
| Hex | 69 | 0 | B | 0 | 64 | 5A | 3B | 162 | 64 | 15 |
| Octal | 151 | 0 | 13 | 0 | 144 | 132 | 73 | 542 | 144 | 25 |
| Binary | 1101001 | 0 | 1011 | 0 | 1100100 | 1011010 | 111011 | 101100010 | 1100100 | 10101 |
Color Harmonies of #69000B
Complementary color
Monochromatic Colors of #69000B
Black with #69000B
Text Example
Text Example
White with #69000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69000B; }
p { color: rgb(105,0,11); }
H1.HeaderClassName
{
color: #69000B;
}
.AnyTagClassName
{
color: #69000B;
}
</style>
background-color css
<style>
a { background-color: #69000B; }
a { background-color: rgb(105,0,11); }
div.DivClassName
{
background-color: #69000B;
}
.BgClassName
{
background-color: #69000B;
}
</style>
border-color css
<style>
span { border-color: #69000B; }
span { border-color: rgb(105,0,11); }
td.TdClassName
{
border-color: #69000B;
}
.TagClassName
{
border-color: #69000B;
}
</style>