Shades of Burgundy #68010F
Tints of Burgundy #68010F
RGB
CMYK
RGB Variations
Color information
#68010F (or 0x68010F) is known color: Burgundy. HEX triplet: 68, 01 and 0F. RGB value is (104,1,15). Sum of RGB (Red+Green+Blue) = 104+1+15=120 (15% of max value = 765). Red value is 104 (41.02% from 255 or 86.67% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 104 - color contains mainly: red. Hex color #68010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68010F is #97FEF0. Grayscale: #212121. Windows color (decimal): -9961201 or 983400. OLE color: 983400.
HSL color Cylindrical-coordinate representation of color #68010F: hue angle of 351.84º 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 #68010F is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 1 | 15 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.59 |
| HSL | 351.84º | 0.98% | 0.21% | - |
| HSV(B) | 351.84º | 0.99% | 0.41% | - |
| XYZ | 5.81 | 3 | 0.72 | - |
| YUV | 33.39 | 117.62 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 15 | 0 | 0.99 | 0.86 | 0.59 | 351.84 | 0.98 | 0.21 |
| Hex | 68 | 1 | F | 0 | 63 | 56 | 3B | 160 | 62 | 15 |
| Octal | 150 | 1 | 17 | 0 | 143 | 126 | 73 | 540 | 142 | 25 |
| Binary | 1101000 | 1 | 1111 | 0 | 1100011 | 1010110 | 111011 | 101100000 | 1100010 | 10101 |
Color Harmonies of #68010F
Complementary color
Monochromatic Colors of #68010F
Black with #68010F
Text Example
Text Example
White with #68010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68010F; }
p { color: rgb(104,1,15); }
H1.HeaderClassName
{
color: #68010F;
}
.AnyTagClassName
{
color: #68010F;
}
</style>
background-color css
<style>
a { background-color: #68010F; }
a { background-color: rgb(104,1,15); }
div.DivClassName
{
background-color: #68010F;
}
.BgClassName
{
background-color: #68010F;
}
</style>
border-color css
<style>
span { border-color: #68010F; }
span { border-color: rgb(104,1,15); }
td.TdClassName
{
border-color: #68010F;
}
.TagClassName
{
border-color: #68010F;
}
</style>