Shades of Burgundy #680121
Tints of Burgundy #680121
RGB
CMYK
RGB Variations
Color information
#680121 (or 0x680121) is known color: Burgundy. HEX triplet: 68, 01 and 21. RGB value is (104,1,33). Sum of RGB (Red+Green+Blue) = 104+1+33=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #680121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680121 is #97FEDE. Grayscale: #232323. Windows color (decimal): -9961183 or 2163048. OLE color: 2163048.
HSL color Cylindrical-coordinate representation of color #680121: hue angle of 341.36º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #680121 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 1 | 33 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.59 |
| HSL | 341.36º | 0.98% | 0.21% | - |
| HSV(B) | 341.36º | 0.99% | 0.41% | - |
| XYZ | 5.99 | 3.07 | 1.72 | - |
| YUV | 35.45 | 126.62 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 33 | 0 | 0.99 | 0.68 | 0.59 | 341.36 | 0.98 | 0.21 |
| Hex | 68 | 1 | 21 | 0 | 63 | 44 | 3B | 155 | 62 | 15 |
| Octal | 150 | 1 | 41 | 0 | 143 | 104 | 73 | 525 | 142 | 25 |
| Binary | 1101000 | 1 | 100001 | 0 | 1100011 | 1000100 | 111011 | 101010101 | 1100010 | 10101 |
Color Harmonies of #680121
Complementary color
Monochromatic Colors of #680121
Black with #680121
Text Example
Text Example
White with #680121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680121; }
p { color: rgb(104,1,33); }
H1.HeaderClassName
{
color: #680121;
}
.AnyTagClassName
{
color: #680121;
}
</style>
background-color css
<style>
a { background-color: #680121; }
a { background-color: rgb(104,1,33); }
div.DivClassName
{
background-color: #680121;
}
.BgClassName
{
background-color: #680121;
}
</style>
border-color css
<style>
span { border-color: #680121; }
span { border-color: rgb(104,1,33); }
td.TdClassName
{
border-color: #680121;
}
.TagClassName
{
border-color: #680121;
}
</style>