Shades of Burgundy #6A010F
Tints of Burgundy #6A010F
RGB
CMYK
RGB Variations
Color information
#6A010F (or 0x6A010F) is known color: Burgundy. HEX triplet: 6A, 01 and 0F. RGB value is (106,1,15). Sum of RGB (Red+Green+Blue) = 106+1+15=122 (16% of max value = 765). Red value is 106 (41.80% from 255 or 86.89% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 106 - color contains mainly: red. Hex color #6A010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A010F is #95FEF0. Grayscale: #222222. Windows color (decimal): -9830129 or 983402. OLE color: 983402.
HSL color Cylindrical-coordinate representation of color #6A010F: hue angle of 352º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A010F is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 1 | 15 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.58 |
| HSL | 352º | 0.98% | 0.21% | - |
| HSV(B) | 352º | 0.99% | 0.42% | - |
| XYZ | 6.04 | 3.12 | 0.74 | - |
| YUV | 33.99 | 117.29 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 1 | 15 | 0 | 0.99 | 0.86 | 0.58 | 352 | 0.98 | 0.21 |
| Hex | 6A | 1 | F | 0 | 63 | 56 | 3A | 160 | 62 | 15 |
| Octal | 152 | 1 | 17 | 0 | 143 | 126 | 72 | 540 | 142 | 25 |
| Binary | 1101010 | 1 | 1111 | 0 | 1100011 | 1010110 | 111010 | 101100000 | 1100010 | 10101 |
Color Harmonies of #6A010F
Complementary color
Monochromatic Colors of #6A010F
Black with #6A010F
Text Example
Text Example
White with #6A010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A010F; }
p { color: rgb(106,1,15); }
H1.HeaderClassName
{
color: #6A010F;
}
.AnyTagClassName
{
color: #6A010F;
}
</style>
background-color css
<style>
a { background-color: #6A010F; }
a { background-color: rgb(106,1,15); }
div.DivClassName
{
background-color: #6A010F;
}
.BgClassName
{
background-color: #6A010F;
}
</style>
border-color css
<style>
span { border-color: #6A010F; }
span { border-color: rgb(106,1,15); }
td.TdClassName
{
border-color: #6A010F;
}
.TagClassName
{
border-color: #6A010F;
}
</style>