Shades of Burgundy #680424
Tints of Burgundy #680424
RGB
CMYK
RGB Variations
Color information
#680424 (or 0x680424) is known color: Burgundy. HEX triplet: 68, 04 and 24. RGB value is (104,4,36). Sum of RGB (Red+Green+Blue) = 104+4+36=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #680424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680424 is #97FBDB. Grayscale: #252525. Windows color (decimal): -9960412 or 2360424. OLE color: 2360424.
HSL color Cylindrical-coordinate representation of color #680424: hue angle of 340.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680424 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 4 | 36 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.59 |
| HSL | 340.8º | 0.93% | 0.21% | - |
| HSV(B) | 340.8º | 0.96% | 0.41% | - |
| XYZ | 6.07 | 3.16 | 1.96 | - |
| YUV | 37.55 | 127.13 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 4 | 36 | 0 | 0.96 | 0.65 | 0.59 | 340.8 | 0.93 | 0.21 |
| Hex | 68 | 4 | 24 | 0 | 60 | 41 | 3B | 155 | 5D | 15 |
| Octal | 150 | 4 | 44 | 0 | 140 | 101 | 73 | 525 | 135 | 25 |
| Binary | 1101000 | 100 | 100100 | 0 | 1100000 | 1000001 | 111011 | 101010101 | 1011101 | 10101 |
Color Harmonies of #680424
Complementary color
Monochromatic Colors of #680424
Black with #680424
Text Example
Text Example
White with #680424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680424; }
p { color: rgb(104,4,36); }
H1.HeaderClassName
{
color: #680424;
}
.AnyTagClassName
{
color: #680424;
}
</style>
background-color css
<style>
a { background-color: #680424; }
a { background-color: rgb(104,4,36); }
div.DivClassName
{
background-color: #680424;
}
.BgClassName
{
background-color: #680424;
}
</style>
border-color css
<style>
span { border-color: #680424; }
span { border-color: rgb(104,4,36); }
td.TdClassName
{
border-color: #680424;
}
.TagClassName
{
border-color: #680424;
}
</style>