Shades of Burgundy #680325
Tints of Burgundy #680325
RGB
CMYK
RGB Variations
Color information
#680325 (or 0x680325) is known color: Burgundy. HEX triplet: 68, 03 and 25. RGB value is (104,3,37). Sum of RGB (Red+Green+Blue) = 104+3+37=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #680325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680325 is #97FCDA. Grayscale: #252525. Windows color (decimal): -9960667 or 2425704. OLE color: 2425704.
HSL color Cylindrical-coordinate representation of color #680325: hue angle of 339.8º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #680325 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 3 | 37 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.59 |
| HSL | 339.8º | 0.94% | 0.21% | - |
| HSV(B) | 339.8º | 0.97% | 0.41% | - |
| XYZ | 6.08 | 3.14 | 2.04 | - |
| YUV | 37.08 | 127.96 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 37 | 0 | 0.97 | 0.64 | 0.59 | 339.8 | 0.94 | 0.21 |
| Hex | 68 | 3 | 25 | 0 | 61 | 40 | 3B | 154 | 5E | 15 |
| Octal | 150 | 3 | 45 | 0 | 141 | 100 | 73 | 524 | 136 | 25 |
| Binary | 1101000 | 11 | 100101 | 0 | 1100001 | 1000000 | 111011 | 101010100 | 1011110 | 10101 |
Color Harmonies of #680325
Complementary color
Monochromatic Colors of #680325
Black with #680325
Text Example
Text Example
White with #680325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680325; }
p { color: rgb(104,3,37); }
H1.HeaderClassName
{
color: #680325;
}
.AnyTagClassName
{
color: #680325;
}
</style>
background-color css
<style>
a { background-color: #680325; }
a { background-color: rgb(104,3,37); }
div.DivClassName
{
background-color: #680325;
}
.BgClassName
{
background-color: #680325;
}
</style>
border-color css
<style>
span { border-color: #680325; }
span { border-color: rgb(104,3,37); }
td.TdClassName
{
border-color: #680325;
}
.TagClassName
{
border-color: #680325;
}
</style>