Shades of Burgundy #6A000D
Tints of Burgundy #6A000D
RGB
CMYK
RGB Variations
Color information
#6A000D (or 0x6A000D) is known color: Burgundy. HEX triplet: 6A, 00 and 0D. RGB value is (106,0,13). Sum of RGB (Red+Green+Blue) = 106+0+13=119 (15% of max value = 765). Red value is 106 (41.80% from 255 or 89.08% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 106 - color contains mainly: red. Hex color #6A000D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A000D is #95FFF2. Grayscale: #212121. Windows color (decimal): -9830387 or 852074. OLE color: 852074.
HSL color Cylindrical-coordinate representation of color #6A000D: hue angle of 352.64º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A000D is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.88 | 0.58 |
| HSL | 352.64º | 1% | 0.21% | - |
| HSV(B) | 352.64º | 1% | 0.42% | - |
| XYZ | 6.02 | 3.09 | 0.66 | - |
| YUV | 33.18 | 116.62 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 0 | 13 | 0 | 1 | 0.88 | 0.58 | 352.64 | 1 | 0.21 |
| Hex | 6A | 0 | D | 0 | 64 | 58 | 3A | 161 | 64 | 15 |
| Octal | 152 | 0 | 15 | 0 | 144 | 130 | 72 | 541 | 144 | 25 |
| Binary | 1101010 | 0 | 1101 | 0 | 1100100 | 1011000 | 111010 | 101100001 | 1100100 | 10101 |
Color Harmonies of #6A000D
Complementary color
Monochromatic Colors of #6A000D
Black with #6A000D
Text Example
Text Example
White with #6A000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A000D; }
p { color: rgb(106,0,13); }
H1.HeaderClassName
{
color: #6A000D;
}
.AnyTagClassName
{
color: #6A000D;
}
</style>
background-color css
<style>
a { background-color: #6A000D; }
a { background-color: rgb(106,0,13); }
div.DivClassName
{
background-color: #6A000D;
}
.BgClassName
{
background-color: #6A000D;
}
</style>
border-color css
<style>
span { border-color: #6A000D; }
span { border-color: rgb(106,0,13); }
td.TdClassName
{
border-color: #6A000D;
}
.TagClassName
{
border-color: #6A000D;
}
</style>