Shades of Burgundy #660422
Tints of Burgundy #660422
RGB
CMYK
RGB Variations
Color information
#660422 (or 0x660422) is known color: Burgundy. HEX triplet: 66, 04 and 22. RGB value is (102,4,34). Sum of RGB (Red+Green+Blue) = 102+4+34=140 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.86% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 34 (13.67% from 255 or 24.29% from 140); Max value from RGB is 102 - color contains mainly: red. Hex color #660422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660422 is #99FBDD. Grayscale: #242424. Windows color (decimal): -10091486 or 2229350. OLE color: 2229350.
HSL color Cylindrical-coordinate representation of color #660422: hue angle of 341.63º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660422 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 4 | 34 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.6 |
| HSL | 341.63º | 0.92% | 0.21% | - |
| HSV(B) | 341.63º | 0.96% | 0.4% | - |
| XYZ | 5.81 | 3.03 | 1.79 | - |
| YUV | 36.72 | 126.47 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 34 | 0 | 0.96 | 0.67 | 0.6 | 341.63 | 0.92 | 0.21 |
| Hex | 66 | 4 | 22 | 0 | 60 | 43 | 3C | 156 | 5C | 15 |
| Octal | 146 | 4 | 42 | 0 | 140 | 103 | 74 | 526 | 134 | 25 |
| Binary | 1100110 | 100 | 100010 | 0 | 1100000 | 1000011 | 111100 | 101010110 | 1011100 | 10101 |
Color Harmonies of #660422
Complementary color
Monochromatic Colors of #660422
Black with #660422
Text Example
Text Example
White with #660422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660422; }
p { color: rgb(102,4,34); }
H1.HeaderClassName
{
color: #660422;
}
.AnyTagClassName
{
color: #660422;
}
</style>
background-color css
<style>
a { background-color: #660422; }
a { background-color: rgb(102,4,34); }
div.DivClassName
{
background-color: #660422;
}
.BgClassName
{
background-color: #660422;
}
</style>
border-color css
<style>
span { border-color: #660422; }
span { border-color: rgb(102,4,34); }
td.TdClassName
{
border-color: #660422;
}
.TagClassName
{
border-color: #660422;
}
</style>