Shades of Burgundy #680127
Tints of Burgundy #680127
RGB
CMYK
RGB Variations
Color information
#680127 (or 0x680127) is known color: Burgundy. HEX triplet: 68, 01 and 27. RGB value is (104,1,39). Sum of RGB (Red+Green+Blue) = 104+1+39=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #680127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680127 is #97FED8. Grayscale: #242424. Windows color (decimal): -9961177 or 2556264. OLE color: 2556264.
HSL color Cylindrical-coordinate representation of color #680127: hue angle of 337.86º 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 #680127 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.59 |
| HSL | 337.86º | 0.98% | 0.21% | - |
| HSV(B) | 337.86º | 0.99% | 0.41% | - |
| XYZ | 6.09 | 3.11 | 2.2 | - |
| YUV | 36.13 | 129.62 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 39 | 0 | 0.99 | 0.62 | 0.59 | 337.86 | 0.98 | 0.21 |
| Hex | 68 | 1 | 27 | 0 | 63 | 3E | 3B | 152 | 62 | 15 |
| Octal | 150 | 1 | 47 | 0 | 143 | 76 | 73 | 522 | 142 | 25 |
| Binary | 1101000 | 1 | 100111 | 0 | 1100011 | 111110 | 111011 | 101010010 | 1100010 | 10101 |
Color Harmonies of #680127
Complementary color
Monochromatic Colors of #680127
Black with #680127
Text Example
Text Example
White with #680127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680127; }
p { color: rgb(104,1,39); }
H1.HeaderClassName
{
color: #680127;
}
.AnyTagClassName
{
color: #680127;
}
</style>
background-color css
<style>
a { background-color: #680127; }
a { background-color: rgb(104,1,39); }
div.DivClassName
{
background-color: #680127;
}
.BgClassName
{
background-color: #680127;
}
</style>
border-color css
<style>
span { border-color: #680127; }
span { border-color: rgb(104,1,39); }
td.TdClassName
{
border-color: #680127;
}
.TagClassName
{
border-color: #680127;
}
</style>