Shades of Burgundy #6A030F
Tints of Burgundy #6A030F
RGB
CMYK
RGB Variations
Color information
#6A030F (or 0x6A030F) is known color: Burgundy. HEX triplet: 6A, 03 and 0F. RGB value is (106,3,15). Sum of RGB (Red+Green+Blue) = 106+3+15=124 (16% of max value = 765). Red value is 106 (41.80% from 255 or 85.48% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 106 - color contains mainly: red. Hex color #6A030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A030F is #95FCF0. Grayscale: #232323. Windows color (decimal): -9829617 or 983914. OLE color: 983914.
HSL color Cylindrical-coordinate representation of color #6A030F: hue angle of 353.01º 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 #6A030F is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 3 | 15 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.58 |
| HSL | 353.01º | 0.94% | 0.21% | - |
| HSV(B) | 353.01º | 0.97% | 0.42% | - |
| XYZ | 6.06 | 3.16 | 0.74 | - |
| YUV | 35.17 | 116.62 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 3 | 15 | 0 | 0.97 | 0.86 | 0.58 | 353.01 | 0.94 | 0.21 |
| Hex | 6A | 3 | F | 0 | 61 | 56 | 3A | 161 | 5E | 15 |
| Octal | 152 | 3 | 17 | 0 | 141 | 126 | 72 | 541 | 136 | 25 |
| Binary | 1101010 | 11 | 1111 | 0 | 1100001 | 1010110 | 111010 | 101100001 | 1011110 | 10101 |
Color Harmonies of #6A030F
Complementary color
Monochromatic Colors of #6A030F
Black with #6A030F
Text Example
Text Example
White with #6A030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A030F; }
p { color: rgb(106,3,15); }
H1.HeaderClassName
{
color: #6A030F;
}
.AnyTagClassName
{
color: #6A030F;
}
</style>
background-color css
<style>
a { background-color: #6A030F; }
a { background-color: rgb(106,3,15); }
div.DivClassName
{
background-color: #6A030F;
}
.BgClassName
{
background-color: #6A030F;
}
</style>
border-color css
<style>
span { border-color: #6A030F; }
span { border-color: rgb(106,3,15); }
td.TdClassName
{
border-color: #6A030F;
}
.TagClassName
{
border-color: #6A030F;
}
</style>