Shades of Burgundy #6A0324
Tints of Burgundy #6A0324
RGB
CMYK
RGB Variations
Color information
#6A0324 (or 0x6A0324) is known color: Burgundy. HEX triplet: 6A, 03 and 24. RGB value is (106,3,36). Sum of RGB (Red+Green+Blue) = 106+3+36=145 (19% of max value = 765). Red value is 106 (41.80% from 255 or 73.10% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0324 is #95FCDB. Grayscale: #252525. Windows color (decimal): -9829596 or 2360170. OLE color: 2360170.
HSL color Cylindrical-coordinate representation of color #6A0324: hue angle of 340.78º 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 #6A0324 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 3 | 36 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.58 |
| HSL | 340.78º | 0.94% | 0.21% | - |
| HSV(B) | 340.78º | 0.97% | 0.42% | - |
| XYZ | 6.29 | 3.26 | 1.97 | - |
| YUV | 37.56 | 127.12 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 3 | 36 | 0 | 0.97 | 0.66 | 0.58 | 340.78 | 0.94 | 0.21 |
| Hex | 6A | 3 | 24 | 0 | 61 | 42 | 3A | 155 | 5E | 15 |
| Octal | 152 | 3 | 44 | 0 | 141 | 102 | 72 | 525 | 136 | 25 |
| Binary | 1101010 | 11 | 100100 | 0 | 1100001 | 1000010 | 111010 | 101010101 | 1011110 | 10101 |
Color Harmonies of #6A0324
Complementary color
Monochromatic Colors of #6A0324
Black with #6A0324
Text Example
Text Example
White with #6A0324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0324; }
p { color: rgb(106,3,36); }
H1.HeaderClassName
{
color: #6A0324;
}
.AnyTagClassName
{
color: #6A0324;
}
</style>
background-color css
<style>
a { background-color: #6A0324; }
a { background-color: rgb(106,3,36); }
div.DivClassName
{
background-color: #6A0324;
}
.BgClassName
{
background-color: #6A0324;
}
</style>
border-color css
<style>
span { border-color: #6A0324; }
span { border-color: rgb(106,3,36); }
td.TdClassName
{
border-color: #6A0324;
}
.TagClassName
{
border-color: #6A0324;
}
</style>