Shades of Burgundy #68030C
Tints of Burgundy #68030C
RGB
CMYK
RGB Variations
Color information
#68030C (or 0x68030C) is known color: Burgundy. HEX triplet: 68, 03 and 0C. RGB value is (104,3,12). Sum of RGB (Red+Green+Blue) = 104+3+12=119 (15% of max value = 765). Red value is 104 (41.02% from 255 or 87.39% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 104 - color contains mainly: red. Hex color #68030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68030C is #97FCF3. Grayscale: #222222. Windows color (decimal): -9960692 or 787304. OLE color: 787304.
HSL color Cylindrical-coordinate representation of color #68030C: hue angle of 354.65º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68030C is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 3 | 12 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.59 |
| HSL | 354.65º | 0.94% | 0.21% | - |
| HSV(B) | 354.65º | 0.97% | 0.41% | - |
| XYZ | 5.81 | 3.03 | 0.63 | - |
| YUV | 34.23 | 115.46 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 12 | 0 | 0.97 | 0.88 | 0.59 | 354.65 | 0.94 | 0.21 |
| Hex | 68 | 3 | C | 0 | 61 | 58 | 3B | 163 | 5E | 15 |
| Octal | 150 | 3 | 14 | 0 | 141 | 130 | 73 | 543 | 136 | 25 |
| Binary | 1101000 | 11 | 1100 | 0 | 1100001 | 1011000 | 111011 | 101100011 | 1011110 | 10101 |
Color Harmonies of #68030C
Complementary color
Monochromatic Colors of #68030C
Black with #68030C
Text Example
Text Example
White with #68030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68030C; }
p { color: rgb(104,3,12); }
H1.HeaderClassName
{
color: #68030C;
}
.AnyTagClassName
{
color: #68030C;
}
</style>
background-color css
<style>
a { background-color: #68030C; }
a { background-color: rgb(104,3,12); }
div.DivClassName
{
background-color: #68030C;
}
.BgClassName
{
background-color: #68030C;
}
</style>
border-color css
<style>
span { border-color: #68030C; }
span { border-color: rgb(104,3,12); }
td.TdClassName
{
border-color: #68030C;
}
.TagClassName
{
border-color: #68030C;
}
</style>