Shades of Burgundy #68061F
Tints of Burgundy #68061F
RGB
CMYK
RGB Variations
Color information
#68061F (or 0x68061F) is known color: Burgundy. HEX triplet: 68, 06 and 1F. RGB value is (104,6,31). Sum of RGB (Red+Green+Blue) = 104+6+31=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #68061F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68061F is #97F9E0. Grayscale: #262626. Windows color (decimal): -9959905 or 2033256. OLE color: 2033256.
HSL color Cylindrical-coordinate representation of color #68061F: hue angle of 344.69º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68061F is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 6 | 31 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.59 |
| HSL | 344.69º | 0.89% | 0.22% | - |
| HSV(B) | 344.69º | 0.94% | 0.41% | - |
| XYZ | 6.02 | 3.17 | 1.59 | - |
| YUV | 38.15 | 123.97 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 31 | 0 | 0.94 | 0.70 | 0.59 | 344.69 | 0.89 | 0.22 |
| Hex | 68 | 6 | 1F | 0 | 5E | 46 | 3B | 159 | 59 | 16 |
| Octal | 150 | 6 | 37 | 0 | 136 | 106 | 73 | 531 | 131 | 26 |
| Binary | 1101000 | 110 | 11111 | 0 | 1011110 | 1000110 | 111011 | 101011001 | 1011001 | 10110 |
Color Harmonies of #68061F
Complementary color
Monochromatic Colors of #68061F
Black with #68061F
Text Example
Text Example
White with #68061F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68061F; }
p { color: rgb(104,6,31); }
H1.HeaderClassName
{
color: #68061F;
}
.AnyTagClassName
{
color: #68061F;
}
</style>
background-color css
<style>
a { background-color: #68061F; }
a { background-color: rgb(104,6,31); }
div.DivClassName
{
background-color: #68061F;
}
.BgClassName
{
background-color: #68061F;
}
</style>
border-color css
<style>
span { border-color: #68061F; }
span { border-color: rgb(104,6,31); }
td.TdClassName
{
border-color: #68061F;
}
.TagClassName
{
border-color: #68061F;
}
</style>