Shades of Burgundy #680025
Tints of Burgundy #680025
RGB
CMYK
RGB Variations
Color information
#680025 (or 0x680025) is known color: Burgundy. HEX triplet: 68, 00 and 25. RGB value is (104,0,37). Sum of RGB (Red+Green+Blue) = 104+0+37=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #680025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680025 is #97FFDA. Grayscale: #232323. Windows color (decimal): -9961435 or 2424936. OLE color: 2424936.
HSL color Cylindrical-coordinate representation of color #680025: hue angle of 338.65º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680025 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 0 | 37 | - |
| CMYK | 0 | 1 | 0.64 | 0.59 |
| HSL | 338.65º | 1% | 0.2% | - |
| HSV(B) | 338.65º | 1% | 0.41% | - |
| XYZ | 6.04 | 3.08 | 2.03 | - |
| YUV | 35.31 | 128.96 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 37 | 0 | 1 | 0.64 | 0.59 | 338.65 | 1 | 0.2 |
| Hex | 68 | 0 | 25 | 0 | 64 | 40 | 3B | 153 | 64 | 14 |
| Octal | 150 | 0 | 45 | 0 | 144 | 100 | 73 | 523 | 144 | 24 |
| Binary | 1101000 | 0 | 100101 | 0 | 1100100 | 1000000 | 111011 | 101010011 | 1100100 | 10100 |
Color Harmonies of #680025
Complementary color
Monochromatic Colors of #680025
Black with #680025
Text Example
Text Example
White with #680025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680025; }
p { color: rgb(104,0,37); }
H1.HeaderClassName
{
color: #680025;
}
.AnyTagClassName
{
color: #680025;
}
</style>
background-color css
<style>
a { background-color: #680025; }
a { background-color: rgb(104,0,37); }
div.DivClassName
{
background-color: #680025;
}
.BgClassName
{
background-color: #680025;
}
</style>
border-color css
<style>
span { border-color: #680025; }
span { border-color: rgb(104,0,37); }
td.TdClassName
{
border-color: #680025;
}
.TagClassName
{
border-color: #680025;
}
</style>