Shades of Burgundy #680027
Tints of Burgundy #680027
RGB
CMYK
RGB Variations
Color information
#680027 (or 0x680027) is known color: Burgundy. HEX triplet: 68, 00 and 27. RGB value is (104,0,39). Sum of RGB (Red+Green+Blue) = 104+0+39=143 (18% of max value = 765). Red value is 104 (41.02% from 255 or 72.73% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 104 - color contains mainly: red. Hex color #680027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680027 is #97FFD8. Grayscale: #232323. Windows color (decimal): -9961433 or 2556008. OLE color: 2556008.
HSL color Cylindrical-coordinate representation of color #680027: hue angle of 337.5º 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 #680027 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 0 | 39 | - |
| CMYK | 0 | 1 | 0.62 | 0.59 |
| HSL | 337.5º | 1% | 0.2% | - |
| HSV(B) | 337.5º | 1% | 0.41% | - |
| XYZ | 6.08 | 3.09 | 2.2 | - |
| YUV | 35.54 | 129.96 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 39 | 0 | 1 | 0.62 | 0.59 | 337.5 | 1 | 0.2 |
| Hex | 68 | 0 | 27 | 0 | 64 | 3E | 3B | 152 | 64 | 14 |
| Octal | 150 | 0 | 47 | 0 | 144 | 76 | 73 | 522 | 144 | 24 |
| Binary | 1101000 | 0 | 100111 | 0 | 1100100 | 111110 | 111011 | 101010010 | 1100100 | 10100 |
Color Harmonies of #680027
Complementary color
Monochromatic Colors of #680027
Black with #680027
Text Example
Text Example
White with #680027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680027; }
p { color: rgb(104,0,39); }
H1.HeaderClassName
{
color: #680027;
}
.AnyTagClassName
{
color: #680027;
}
</style>
background-color css
<style>
a { background-color: #680027; }
a { background-color: rgb(104,0,39); }
div.DivClassName
{
background-color: #680027;
}
.BgClassName
{
background-color: #680027;
}
</style>
border-color css
<style>
span { border-color: #680027; }
span { border-color: rgb(104,0,39); }
td.TdClassName
{
border-color: #680027;
}
.TagClassName
{
border-color: #680027;
}
</style>