Shades of Burgundy #6A030B
Tints of Burgundy #6A030B
RGB
CMYK
RGB Variations
Color information
#6A030B (or 0x6A030B) is known color: Burgundy. HEX triplet: 6A, 03 and 0B. RGB value is (106,3,11). Sum of RGB (Red+Green+Blue) = 106+3+11=120 (15% of max value = 765). Red value is 106 (41.80% from 255 or 88.33% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 106 - color contains mainly: red. Hex color #6A030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A030B is #95FCF4. Grayscale: #222222. Windows color (decimal): -9829621 or 721770. OLE color: 721770.
HSL color Cylindrical-coordinate representation of color #6A030B: hue angle of 355.34º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A030B is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 3 | 11 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.58 |
| HSL | 355.34º | 0.94% | 0.21% | - |
| HSV(B) | 355.34º | 0.97% | 0.42% | - |
| XYZ | 6.04 | 3.15 | 0.61 | - |
| YUV | 34.71 | 114.62 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 3 | 11 | 0 | 0.97 | 0.90 | 0.58 | 355.34 | 0.94 | 0.21 |
| Hex | 6A | 3 | B | 0 | 61 | 5A | 3A | 163 | 5E | 15 |
| Octal | 152 | 3 | 13 | 0 | 141 | 132 | 72 | 543 | 136 | 25 |
| Binary | 1101010 | 11 | 1011 | 0 | 1100001 | 1011010 | 111010 | 101100011 | 1011110 | 10101 |
Color Harmonies of #6A030B
Complementary color
Monochromatic Colors of #6A030B
Black with #6A030B
Text Example
Text Example
White with #6A030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A030B; }
p { color: rgb(106,3,11); }
H1.HeaderClassName
{
color: #6A030B;
}
.AnyTagClassName
{
color: #6A030B;
}
</style>
background-color css
<style>
a { background-color: #6A030B; }
a { background-color: rgb(106,3,11); }
div.DivClassName
{
background-color: #6A030B;
}
.BgClassName
{
background-color: #6A030B;
}
</style>
border-color css
<style>
span { border-color: #6A030B; }
span { border-color: rgb(106,3,11); }
td.TdClassName
{
border-color: #6A030B;
}
.TagClassName
{
border-color: #6A030B;
}
</style>