Shades of Burgundy #68011B
Tints of Burgundy #68011B
RGB
CMYK
RGB Variations
Color information
#68011B (or 0x68011B) is known color: Burgundy. HEX triplet: 68, 01 and 1B. RGB value is (104,1,27). Sum of RGB (Red+Green+Blue) = 104+1+27=132 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.79% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 104 - color contains mainly: red. Hex color #68011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68011B is #97FEE4. Grayscale: #222222. Windows color (decimal): -9961189 or 1769832. OLE color: 1769832.
HSL color Cylindrical-coordinate representation of color #68011B: hue angle of 344.85º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68011B is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.59 |
| HSL | 344.85º | 0.98% | 0.21% | - |
| HSV(B) | 344.85º | 0.99% | 0.41% | - |
| XYZ | 5.92 | 3.04 | 1.31 | - |
| YUV | 34.76 | 123.62 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 27 | 0 | 0.99 | 0.74 | 0.59 | 344.85 | 0.98 | 0.21 |
| Hex | 68 | 1 | 1B | 0 | 63 | 4A | 3B | 159 | 62 | 15 |
| Octal | 150 | 1 | 33 | 0 | 143 | 112 | 73 | 531 | 142 | 25 |
| Binary | 1101000 | 1 | 11011 | 0 | 1100011 | 1001010 | 111011 | 101011001 | 1100010 | 10101 |
Color Harmonies of #68011B
Complementary color
Monochromatic Colors of #68011B
Black with #68011B
Text Example
Text Example
White with #68011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68011B; }
p { color: rgb(104,1,27); }
H1.HeaderClassName
{
color: #68011B;
}
.AnyTagClassName
{
color: #68011B;
}
</style>
background-color css
<style>
a { background-color: #68011B; }
a { background-color: rgb(104,1,27); }
div.DivClassName
{
background-color: #68011B;
}
.BgClassName
{
background-color: #68011B;
}
</style>
border-color css
<style>
span { border-color: #68011B; }
span { border-color: rgb(104,1,27); }
td.TdClassName
{
border-color: #68011B;
}
.TagClassName
{
border-color: #68011B;
}
</style>