Shades of Burgundy #670012
Tints of Burgundy #670012
RGB
CMYK
RGB Variations
Color information
#670012 (or 0x670012) is known color: Burgundy. HEX triplet: 67, 00 and 12. RGB value is (103,0,18). Sum of RGB (Red+Green+Blue) = 103+0+18=121 (16% of max value = 765). Red value is 103 (40.62% from 255 or 85.12% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 103 - color contains mainly: red. Hex color #670012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670012 is #98FFED. Grayscale: #202020. Windows color (decimal): -10026990 or 1179751. OLE color: 1179751.
HSL color Cylindrical-coordinate representation of color #670012: hue angle of 349.51º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #670012 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.83 | 0.60 |
| HSL | 349.51º | 1% | 0.2% | - |
| HSV(B) | 349.51º | 1% | 0.4% | - |
| XYZ | 5.7 | 2.93 | 0.84 | - |
| YUV | 32.85 | 119.62 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 18 | 0 | 1 | 0.83 | 0.60 | 349.51 | 1 | 0.2 |
| Hex | 67 | 0 | 12 | 0 | 64 | 53 | 3C | 15E | 64 | 14 |
| Octal | 147 | 0 | 22 | 0 | 144 | 123 | 74 | 536 | 144 | 24 |
| Binary | 1100111 | 0 | 10010 | 0 | 1100100 | 1010011 | 111100 | 101011110 | 1100100 | 10100 |
Color Harmonies of #670012
Complementary color
Monochromatic Colors of #670012
Black with #670012
Text Example
Text Example
White with #670012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670012; }
p { color: rgb(103,0,18); }
H1.HeaderClassName
{
color: #670012;
}
.AnyTagClassName
{
color: #670012;
}
</style>
background-color css
<style>
a { background-color: #670012; }
a { background-color: rgb(103,0,18); }
div.DivClassName
{
background-color: #670012;
}
.BgClassName
{
background-color: #670012;
}
</style>
border-color css
<style>
span { border-color: #670012; }
span { border-color: rgb(103,0,18); }
td.TdClassName
{
border-color: #670012;
}
.TagClassName
{
border-color: #670012;
}
</style>