Shades of Burgundy #680227
Tints of Burgundy #680227
RGB
CMYK
RGB Variations
Color information
#680227 (or 0x680227) is known color: Burgundy. HEX triplet: 68, 02 and 27. RGB value is (104,2,39). Sum of RGB (Red+Green+Blue) = 104+2+39=145 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.72% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 104 - color contains mainly: red. Hex color #680227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680227 is #97FDD8. Grayscale: #242424. Windows color (decimal): -9960921 or 2556520. OLE color: 2556520.
HSL color Cylindrical-coordinate representation of color #680227: hue angle of 338.24º 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 #680227 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 2 | 39 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.59 |
| HSL | 338.24º | 0.96% | 0.21% | - |
| HSV(B) | 338.24º | 0.98% | 0.41% | - |
| XYZ | 6.1 | 3.13 | 2.2 | - |
| YUV | 36.72 | 129.29 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 39 | 0 | 0.98 | 0.62 | 0.59 | 338.24 | 0.96 | 0.21 |
| Hex | 68 | 2 | 27 | 0 | 62 | 3E | 3B | 152 | 60 | 15 |
| Octal | 150 | 2 | 47 | 0 | 142 | 76 | 73 | 522 | 140 | 25 |
| Binary | 1101000 | 10 | 100111 | 0 | 1100010 | 111110 | 111011 | 101010010 | 1100000 | 10101 |
Color Harmonies of #680227
Complementary color
Monochromatic Colors of #680227
Black with #680227
Text Example
Text Example
White with #680227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680227; }
p { color: rgb(104,2,39); }
H1.HeaderClassName
{
color: #680227;
}
.AnyTagClassName
{
color: #680227;
}
</style>
background-color css
<style>
a { background-color: #680227; }
a { background-color: rgb(104,2,39); }
div.DivClassName
{
background-color: #680227;
}
.BgClassName
{
background-color: #680227;
}
</style>
border-color css
<style>
span { border-color: #680227; }
span { border-color: rgb(104,2,39); }
td.TdClassName
{
border-color: #680227;
}
.TagClassName
{
border-color: #680227;
}
</style>