Shades of Burgundy #670114
Tints of Burgundy #670114
RGB
CMYK
RGB Variations
Color information
#670114 (or 0x670114) is known color: Burgundy. HEX triplet: 67, 01 and 14. RGB value is (103,1,20). Sum of RGB (Red+Green+Blue) = 103+1+20=124 (16% of max value = 765). Red value is 103 (40.62% from 255 or 83.06% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 103 - color contains mainly: red. Hex color #670114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670114 is #98FEEB. Grayscale: #212121. Windows color (decimal): -10026732 or 1311079. OLE color: 1311079.
HSL color Cylindrical-coordinate representation of color #670114: hue angle of 348.82º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #670114 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 1 | 20 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.60 |
| HSL | 348.82º | 0.98% | 0.2% | - |
| HSV(B) | 348.82º | 0.99% | 0.4% | - |
| XYZ | 5.73 | 2.96 | 0.93 | - |
| YUV | 33.66 | 120.29 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 20 | 0 | 0.99 | 0.81 | 0.60 | 348.82 | 0.98 | 0.2 |
| Hex | 67 | 1 | 14 | 0 | 63 | 51 | 3C | 15D | 62 | 14 |
| Octal | 147 | 1 | 24 | 0 | 143 | 121 | 74 | 535 | 142 | 24 |
| Binary | 1100111 | 1 | 10100 | 0 | 1100011 | 1010001 | 111100 | 101011101 | 1100010 | 10100 |
Color Harmonies of #670114
Complementary color
Monochromatic Colors of #670114
Black with #670114
Text Example
Text Example
White with #670114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670114; }
p { color: rgb(103,1,20); }
H1.HeaderClassName
{
color: #670114;
}
.AnyTagClassName
{
color: #670114;
}
</style>
background-color css
<style>
a { background-color: #670114; }
a { background-color: rgb(103,1,20); }
div.DivClassName
{
background-color: #670114;
}
.BgClassName
{
background-color: #670114;
}
</style>
border-color css
<style>
span { border-color: #670114; }
span { border-color: rgb(103,1,20); }
td.TdClassName
{
border-color: #670114;
}
.TagClassName
{
border-color: #670114;
}
</style>