Shades of Burgundy #68041B
Tints of Burgundy #68041B
RGB
CMYK
RGB Variations
Color information
#68041B (or 0x68041B) is known color: Burgundy. HEX triplet: 68, 04 and 1B. RGB value is (104,4,27). Sum of RGB (Red+Green+Blue) = 104+4+27=135 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.04% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 104 - color contains mainly: red. Hex color #68041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68041B is #97FBE4. Grayscale: #242424. Windows color (decimal): -9960421 or 1770600. OLE color: 1770600.
HSL color Cylindrical-coordinate representation of color #68041B: hue angle of 346.2º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #68041B is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 4 | 27 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.59 |
| HSL | 346.2º | 0.93% | 0.21% | - |
| HSV(B) | 346.2º | 0.96% | 0.41% | - |
| XYZ | 5.95 | 3.11 | 1.32 | - |
| YUV | 36.52 | 122.63 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 4 | 27 | 0 | 0.96 | 0.74 | 0.59 | 346.2 | 0.93 | 0.21 |
| Hex | 68 | 4 | 1B | 0 | 60 | 4A | 3B | 15A | 5D | 15 |
| Octal | 150 | 4 | 33 | 0 | 140 | 112 | 73 | 532 | 135 | 25 |
| Binary | 1101000 | 100 | 11011 | 0 | 1100000 | 1001010 | 111011 | 101011010 | 1011101 | 10101 |
Color Harmonies of #68041B
Complementary color
Monochromatic Colors of #68041B
Black with #68041B
Text Example
Text Example
White with #68041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68041B; }
p { color: rgb(104,4,27); }
H1.HeaderClassName
{
color: #68041B;
}
.AnyTagClassName
{
color: #68041B;
}
</style>
background-color css
<style>
a { background-color: #68041B; }
a { background-color: rgb(104,4,27); }
div.DivClassName
{
background-color: #68041B;
}
.BgClassName
{
background-color: #68041B;
}
</style>
border-color css
<style>
span { border-color: #68041B; }
span { border-color: rgb(104,4,27); }
td.TdClassName
{
border-color: #68041B;
}
.TagClassName
{
border-color: #68041B;
}
</style>