Shades of Burgundy #680225
Tints of Burgundy #680225
RGB
CMYK
RGB Variations
Color information
#680225 (or 0x680225) is known color: Burgundy. HEX triplet: 68, 02 and 25. RGB value is (104,2,37). Sum of RGB (Red+Green+Blue) = 104+2+37=143 (18% of max value = 765). Red value is 104 (41.02% from 255 or 72.73% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 104 - color contains mainly: red. Hex color #680225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680225 is #97FDDA. Grayscale: #242424. Windows color (decimal): -9960923 or 2425448. OLE color: 2425448.
HSL color Cylindrical-coordinate representation of color #680225: hue angle of 339.41º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #680225 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 2 | 37 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.59 |
| HSL | 339.41º | 0.96% | 0.21% | - |
| HSV(B) | 339.41º | 0.98% | 0.41% | - |
| XYZ | 6.06 | 3.12 | 2.03 | - |
| YUV | 36.49 | 128.29 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 37 | 0 | 0.98 | 0.64 | 0.59 | 339.41 | 0.96 | 0.21 |
| Hex | 68 | 2 | 25 | 0 | 62 | 40 | 3B | 153 | 60 | 15 |
| Octal | 150 | 2 | 45 | 0 | 142 | 100 | 73 | 523 | 140 | 25 |
| Binary | 1101000 | 10 | 100101 | 0 | 1100010 | 1000000 | 111011 | 101010011 | 1100000 | 10101 |
Color Harmonies of #680225
Complementary color
Monochromatic Colors of #680225
Black with #680225
Text Example
Text Example
White with #680225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680225; }
p { color: rgb(104,2,37); }
H1.HeaderClassName
{
color: #680225;
}
.AnyTagClassName
{
color: #680225;
}
</style>
background-color css
<style>
a { background-color: #680225; }
a { background-color: rgb(104,2,37); }
div.DivClassName
{
background-color: #680225;
}
.BgClassName
{
background-color: #680225;
}
</style>
border-color css
<style>
span { border-color: #680225; }
span { border-color: rgb(104,2,37); }
td.TdClassName
{
border-color: #680225;
}
.TagClassName
{
border-color: #680225;
}
</style>