Shades of Burgundy #68050F
Tints of Burgundy #68050F
RGB
CMYK
RGB Variations
Color information
#68050F (or 0x68050F) is known color: Burgundy. HEX triplet: 68, 05 and 0F. RGB value is (104,5,15). Sum of RGB (Red+Green+Blue) = 104+5+15=124 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.87% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 104 - color contains mainly: red. Hex color #68050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68050F is #97FAF0. Grayscale: #232323. Windows color (decimal): -9960177 or 984424. OLE color: 984424.
HSL color Cylindrical-coordinate representation of color #68050F: hue angle of 353.94º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68050F is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 5 | 15 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.59 |
| HSL | 353.94º | 0.91% | 0.21% | - |
| HSV(B) | 353.94º | 0.95% | 0.41% | - |
| XYZ | 5.85 | 3.09 | 0.74 | - |
| YUV | 35.74 | 116.3 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 5 | 15 | 0 | 0.95 | 0.86 | 0.59 | 353.94 | 0.91 | 0.21 |
| Hex | 68 | 5 | F | 0 | 5F | 56 | 3B | 162 | 5B | 15 |
| Octal | 150 | 5 | 17 | 0 | 137 | 126 | 73 | 542 | 133 | 25 |
| Binary | 1101000 | 101 | 1111 | 0 | 1011111 | 1010110 | 111011 | 101100010 | 1011011 | 10101 |
Color Harmonies of #68050F
Complementary color
Monochromatic Colors of #68050F
Black with #68050F
Text Example
Text Example
White with #68050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68050F; }
p { color: rgb(104,5,15); }
H1.HeaderClassName
{
color: #68050F;
}
.AnyTagClassName
{
color: #68050F;
}
</style>
background-color css
<style>
a { background-color: #68050F; }
a { background-color: rgb(104,5,15); }
div.DivClassName
{
background-color: #68050F;
}
.BgClassName
{
background-color: #68050F;
}
</style>
border-color css
<style>
span { border-color: #68050F; }
span { border-color: rgb(104,5,15); }
td.TdClassName
{
border-color: #68050F;
}
.TagClassName
{
border-color: #68050F;
}
</style>