Shades of Burgundy #660426
Tints of Burgundy #660426
RGB
CMYK
RGB Variations
Color information
#660426 (or 0x660426) is known color: Burgundy. HEX triplet: 66, 04 and 26. RGB value is (102,4,38). Sum of RGB (Red+Green+Blue) = 102+4+38=144 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.83% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 102 - color contains mainly: red. Hex color #660426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660426 is #99FBD9. Grayscale: #252525. Windows color (decimal): -10091482 or 2491494. OLE color: 2491494.
HSL color Cylindrical-coordinate representation of color #660426: hue angle of 339.18º 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 #660426 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 4 | 38 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.6 |
| HSL | 339.18º | 0.92% | 0.21% | - |
| HSV(B) | 339.18º | 0.96% | 0.4% | - |
| XYZ | 5.87 | 3.05 | 2.11 | - |
| YUV | 37.18 | 128.47 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 38 | 0 | 0.96 | 0.63 | 0.6 | 339.18 | 0.92 | 0.21 |
| Hex | 66 | 4 | 26 | 0 | 60 | 3F | 3C | 153 | 5C | 15 |
| Octal | 146 | 4 | 46 | 0 | 140 | 77 | 74 | 523 | 134 | 25 |
| Binary | 1100110 | 100 | 100110 | 0 | 1100000 | 111111 | 111100 | 101010011 | 1011100 | 10101 |
Color Harmonies of #660426
Complementary color
Monochromatic Colors of #660426
Black with #660426
Text Example
Text Example
White with #660426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660426; }
p { color: rgb(102,4,38); }
H1.HeaderClassName
{
color: #660426;
}
.AnyTagClassName
{
color: #660426;
}
</style>
background-color css
<style>
a { background-color: #660426; }
a { background-color: rgb(102,4,38); }
div.DivClassName
{
background-color: #660426;
}
.BgClassName
{
background-color: #660426;
}
</style>
border-color css
<style>
span { border-color: #660426; }
span { border-color: rgb(102,4,38); }
td.TdClassName
{
border-color: #660426;
}
.TagClassName
{
border-color: #660426;
}
</style>