Shades of Burgundy #6A0306
Tints of Burgundy #6A0306
RGB
CMYK
RGB Variations
Color information
#6A0306 (or 0x6A0306) is known color: Burgundy. HEX triplet: 6A, 03 and 06. RGB value is (106,3,6). Sum of RGB (Red+Green+Blue) = 106+3+6=115 (15% of max value = 765). Red value is 106 (41.80% from 255 or 92.17% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 6 (2.73% from 255 or 5.22% from 115); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0306 is #95FCF9. Grayscale: #222222. Windows color (decimal): -9829626 or 394090. OLE color: 394090.
HSL color Cylindrical-coordinate representation of color #6A0306: hue angle of 358.25º 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 #6A0306 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 3 | 6 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.58 |
| HSL | 358.25º | 0.94% | 0.21% | - |
| HSV(B) | 358.25º | 0.97% | 0.42% | - |
| XYZ | 6.01 | 3.14 | 0.46 | - |
| YUV | 34.14 | 112.12 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 3 | 6 | 0 | 0.97 | 0.94 | 0.58 | 358.25 | 0.94 | 0.21 |
| Hex | 6A | 3 | 6 | 0 | 61 | 5E | 3A | 166 | 5E | 15 |
| Octal | 152 | 3 | 6 | 0 | 141 | 136 | 72 | 546 | 136 | 25 |
| Binary | 1101010 | 11 | 110 | 0 | 1100001 | 1011110 | 111010 | 101100110 | 1011110 | 10101 |
Color Harmonies of #6A0306
Complementary color
Monochromatic Colors of #6A0306
Black with #6A0306
Text Example
Text Example
White with #6A0306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0306; }
p { color: rgb(106,3,6); }
H1.HeaderClassName
{
color: #6A0306;
}
.AnyTagClassName
{
color: #6A0306;
}
</style>
background-color css
<style>
a { background-color: #6A0306; }
a { background-color: rgb(106,3,6); }
div.DivClassName
{
background-color: #6A0306;
}
.BgClassName
{
background-color: #6A0306;
}
</style>
border-color css
<style>
span { border-color: #6A0306; }
span { border-color: rgb(106,3,6); }
td.TdClassName
{
border-color: #6A0306;
}
.TagClassName
{
border-color: #6A0306;
}
</style>