Shades of Burgundy #680409
Tints of Burgundy #680409
RGB
CMYK
RGB Variations
Color information
#680409 (or 0x680409) is known color: Burgundy. HEX triplet: 68, 04 and 09. RGB value is (104,4,9). Sum of RGB (Red+Green+Blue) = 104+4+9=117 (15% of max value = 765). Red value is 104 (41.02% from 255 or 88.89% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 9 (3.91% from 255 or 7.69% from 117); Max value from RGB is 104 - color contains mainly: red. Hex color #680409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680409 is #97FBF6. Grayscale: #222222. Windows color (decimal): -9960439 or 590952. OLE color: 590952.
HSL color Cylindrical-coordinate representation of color #680409: hue angle of 357º 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 #680409 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 4 | 9 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.59 |
| HSL | 357º | 0.93% | 0.21% | - |
| HSV(B) | 357º | 0.96% | 0.41% | - |
| XYZ | 5.8 | 3.05 | 0.54 | - |
| YUV | 34.47 | 113.63 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 4 | 9 | 0 | 0.96 | 0.91 | 0.59 | 357 | 0.93 | 0.21 |
| Hex | 68 | 4 | 9 | 0 | 60 | 5B | 3B | 165 | 5D | 15 |
| Octal | 150 | 4 | 11 | 0 | 140 | 133 | 73 | 545 | 135 | 25 |
| Binary | 1101000 | 100 | 1001 | 0 | 1100000 | 1011011 | 111011 | 101100101 | 1011101 | 10101 |
Color Harmonies of #680409
Complementary color
Monochromatic Colors of #680409
Black with #680409
Text Example
Text Example
White with #680409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680409; }
p { color: rgb(104,4,9); }
H1.HeaderClassName
{
color: #680409;
}
.AnyTagClassName
{
color: #680409;
}
</style>
background-color css
<style>
a { background-color: #680409; }
a { background-color: rgb(104,4,9); }
div.DivClassName
{
background-color: #680409;
}
.BgClassName
{
background-color: #680409;
}
</style>
border-color css
<style>
span { border-color: #680409; }
span { border-color: rgb(104,4,9); }
td.TdClassName
{
border-color: #680409;
}
.TagClassName
{
border-color: #680409;
}
</style>