Shades of Burgundy #670022
Tints of Burgundy #670022
RGB
CMYK
RGB Variations
Color information
#670022 (or 0x670022) is known color: Burgundy. HEX triplet: 67, 00 and 22. RGB value is (103,0,34). Sum of RGB (Red+Green+Blue) = 103+0+34=137 (18% of max value = 765). Red value is 103 (40.62% from 255 or 75.18% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 103 - color contains mainly: red. Hex color #670022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670022 is #98FFDD. Grayscale: #222222. Windows color (decimal): -10026974 or 2228327. OLE color: 2228327.
HSL color Cylindrical-coordinate representation of color #670022: hue angle of 340.19º 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 #670022 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.67 | 0.60 |
| HSL | 340.19º | 1% | 0.2% | - |
| HSV(B) | 340.19º | 1% | 0.4% | - |
| XYZ | 5.88 | 3 | 1.78 | - |
| YUV | 34.67 | 127.62 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 34 | 0 | 1 | 0.67 | 0.60 | 340.19 | 1 | 0.2 |
| Hex | 67 | 0 | 22 | 0 | 64 | 43 | 3C | 154 | 64 | 14 |
| Octal | 147 | 0 | 42 | 0 | 144 | 103 | 74 | 524 | 144 | 24 |
| Binary | 1100111 | 0 | 100010 | 0 | 1100100 | 1000011 | 111100 | 101010100 | 1100100 | 10100 |
Color Harmonies of #670022
Complementary color
Monochromatic Colors of #670022
Black with #670022
Text Example
Text Example
White with #670022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670022; }
p { color: rgb(103,0,34); }
H1.HeaderClassName
{
color: #670022;
}
.AnyTagClassName
{
color: #670022;
}
</style>
background-color css
<style>
a { background-color: #670022; }
a { background-color: rgb(103,0,34); }
div.DivClassName
{
background-color: #670022;
}
.BgClassName
{
background-color: #670022;
}
</style>
border-color css
<style>
span { border-color: #670022; }
span { border-color: rgb(103,0,34); }
td.TdClassName
{
border-color: #670022;
}
.TagClassName
{
border-color: #670022;
}
</style>