Shades of Burgundy #680525
Tints of Burgundy #680525
RGB
CMYK
RGB Variations
Color information
#680525 (or 0x680525) is known color: Burgundy. HEX triplet: 68, 05 and 25. RGB value is (104,5,37). Sum of RGB (Red+Green+Blue) = 104+5+37=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #680525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680525 is #97FADA. Grayscale: #262626. Windows color (decimal): -9960155 or 2426216. OLE color: 2426216.
HSL color Cylindrical-coordinate representation of color #680525: hue angle of 340.61º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680525 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 5 | 37 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.59 |
| HSL | 340.61º | 0.91% | 0.21% | - |
| HSV(B) | 340.61º | 0.95% | 0.41% | - |
| XYZ | 6.1 | 3.19 | 2.04 | - |
| YUV | 38.25 | 127.3 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 5 | 37 | 0 | 0.95 | 0.64 | 0.59 | 340.61 | 0.91 | 0.21 |
| Hex | 68 | 5 | 25 | 0 | 5F | 40 | 3B | 155 | 5B | 15 |
| Octal | 150 | 5 | 45 | 0 | 137 | 100 | 73 | 525 | 133 | 25 |
| Binary | 1101000 | 101 | 100101 | 0 | 1011111 | 1000000 | 111011 | 101010101 | 1011011 | 10101 |
Color Harmonies of #680525
Complementary color
Monochromatic Colors of #680525
Black with #680525
Text Example
Text Example
White with #680525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680525; }
p { color: rgb(104,5,37); }
H1.HeaderClassName
{
color: #680525;
}
.AnyTagClassName
{
color: #680525;
}
</style>
background-color css
<style>
a { background-color: #680525; }
a { background-color: rgb(104,5,37); }
div.DivClassName
{
background-color: #680525;
}
.BgClassName
{
background-color: #680525;
}
</style>
border-color css
<style>
span { border-color: #680525; }
span { border-color: rgb(104,5,37); }
td.TdClassName
{
border-color: #680525;
}
.TagClassName
{
border-color: #680525;
}
</style>