Shades of Burgundy #660417
Tints of Burgundy #660417
RGB
CMYK
RGB Variations
Color information
#660417 (or 0x660417) is known color: Burgundy. HEX triplet: 66, 04 and 17. RGB value is (102,4,23). Sum of RGB (Red+Green+Blue) = 102+4+23=129 (17% of max value = 765). Red value is 102 (40.23% from 255 or 79.07% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 23 (9.38% from 255 or 17.83% from 129); Max value from RGB is 102 - color contains mainly: red. Hex color #660417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660417 is #99FBE8. Grayscale: #232323. Windows color (decimal): -10091497 or 1508454. OLE color: 1508454.
HSL color Cylindrical-coordinate representation of color #660417: hue angle of 348.37º 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 #660417 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 4 | 23 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.6 |
| HSL | 348.37º | 0.92% | 0.21% | - |
| HSV(B) | 348.37º | 0.96% | 0.4% | - |
| XYZ | 5.68 | 2.97 | 1.09 | - |
| YUV | 35.47 | 120.97 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 23 | 0 | 0.96 | 0.77 | 0.6 | 348.37 | 0.92 | 0.21 |
| Hex | 66 | 4 | 17 | 0 | 60 | 4D | 3C | 15C | 5C | 15 |
| Octal | 146 | 4 | 27 | 0 | 140 | 115 | 74 | 534 | 134 | 25 |
| Binary | 1100110 | 100 | 10111 | 0 | 1100000 | 1001101 | 111100 | 101011100 | 1011100 | 10101 |
Color Harmonies of #660417
Complementary color
Monochromatic Colors of #660417
Black with #660417
Text Example
Text Example
White with #660417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660417; }
p { color: rgb(102,4,23); }
H1.HeaderClassName
{
color: #660417;
}
.AnyTagClassName
{
color: #660417;
}
</style>
background-color css
<style>
a { background-color: #660417; }
a { background-color: rgb(102,4,23); }
div.DivClassName
{
background-color: #660417;
}
.BgClassName
{
background-color: #660417;
}
</style>
border-color css
<style>
span { border-color: #660417; }
span { border-color: rgb(102,4,23); }
td.TdClassName
{
border-color: #660417;
}
.TagClassName
{
border-color: #660417;
}
</style>