Shades of Burgundy #69010B
Tints of Burgundy #69010B
RGB
CMYK
RGB Variations
Color information
#69010B (or 0x69010B) is known color: Burgundy. HEX triplet: 69, 01 and 0B. RGB value is (105,1,11). Sum of RGB (Red+Green+Blue) = 105+1+11=117 (15% of max value = 765). Red value is 105 (41.41% from 255 or 89.74% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 105 - color contains mainly: red. Hex color #69010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69010B is #96FEF4. Grayscale: #212121. Windows color (decimal): -9895669 or 721257. OLE color: 721257.
HSL color Cylindrical-coordinate representation of color #69010B: hue angle of 354.23º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #69010B is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.59 |
| HSL | 354.23º | 0.98% | 0.21% | - |
| HSV(B) | 354.23º | 0.99% | 0.41% | - |
| XYZ | 5.9 | 3.05 | 0.59 | - |
| YUV | 33.24 | 115.46 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 11 | 0 | 0.99 | 0.90 | 0.59 | 354.23 | 0.98 | 0.21 |
| Hex | 69 | 1 | B | 0 | 63 | 5A | 3B | 162 | 62 | 15 |
| Octal | 151 | 1 | 13 | 0 | 143 | 132 | 73 | 542 | 142 | 25 |
| Binary | 1101001 | 1 | 1011 | 0 | 1100011 | 1011010 | 111011 | 101100010 | 1100010 | 10101 |
Color Harmonies of #69010B
Complementary color
Monochromatic Colors of #69010B
Black with #69010B
Text Example
Text Example
White with #69010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69010B; }
p { color: rgb(105,1,11); }
H1.HeaderClassName
{
color: #69010B;
}
.AnyTagClassName
{
color: #69010B;
}
</style>
background-color css
<style>
a { background-color: #69010B; }
a { background-color: rgb(105,1,11); }
div.DivClassName
{
background-color: #69010B;
}
.BgClassName
{
background-color: #69010B;
}
</style>
border-color css
<style>
span { border-color: #69010B; }
span { border-color: rgb(105,1,11); }
td.TdClassName
{
border-color: #69010B;
}
.TagClassName
{
border-color: #69010B;
}
</style>