Shades of Burgundy #68061C
Tints of Burgundy #68061C
RGB
CMYK
RGB Variations
Color information
#68061C (or 0x68061C) is known color: Burgundy. HEX triplet: 68, 06 and 1C. RGB value is (104,6,28). Sum of RGB (Red+Green+Blue) = 104+6+28=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #68061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68061C is #97F9E3. Grayscale: #252525. Windows color (decimal): -9959908 or 1836648. OLE color: 1836648.
HSL color Cylindrical-coordinate representation of color #68061C: hue angle of 346.53º 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 #68061C is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 6 | 28 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.59 |
| HSL | 346.53º | 0.89% | 0.22% | - |
| HSV(B) | 346.53º | 0.94% | 0.41% | - |
| XYZ | 5.98 | 3.16 | 1.39 | - |
| YUV | 37.81 | 122.47 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 28 | 0 | 0.94 | 0.73 | 0.59 | 346.53 | 0.89 | 0.22 |
| Hex | 68 | 6 | 1C | 0 | 5E | 49 | 3B | 15B | 59 | 16 |
| Octal | 150 | 6 | 34 | 0 | 136 | 111 | 73 | 533 | 131 | 26 |
| Binary | 1101000 | 110 | 11100 | 0 | 1011110 | 1001001 | 111011 | 101011011 | 1011001 | 10110 |
Color Harmonies of #68061C
Complementary color
Monochromatic Colors of #68061C
Black with #68061C
Text Example
Text Example
White with #68061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68061C; }
p { color: rgb(104,6,28); }
H1.HeaderClassName
{
color: #68061C;
}
.AnyTagClassName
{
color: #68061C;
}
</style>
background-color css
<style>
a { background-color: #68061C; }
a { background-color: rgb(104,6,28); }
div.DivClassName
{
background-color: #68061C;
}
.BgClassName
{
background-color: #68061C;
}
</style>
border-color css
<style>
span { border-color: #68061C; }
span { border-color: rgb(104,6,28); }
td.TdClassName
{
border-color: #68061C;
}
.TagClassName
{
border-color: #68061C;
}
</style>