Shades of Burgundy #660015
Tints of Burgundy #660015
RGB
CMYK
RGB Variations
Color information
#660015 (or 0x660015) is known color: Burgundy. HEX triplet: 66, 00 and 15. RGB value is (102,0,21). Sum of RGB (Red+Green+Blue) = 102+0+21=123 (16% of max value = 765). Red value is 102 (40.23% from 255 or 82.93% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 102 - color contains mainly: red. Hex color #660015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660015 is #99FFEA. Grayscale: #202020. Windows color (decimal): -10092523 or 1376358. OLE color: 1376358.
HSL color Cylindrical-coordinate representation of color #660015: hue angle of 347.65º 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 #660015 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.79 | 0.6 |
| HSL | 347.65º | 1% | 0.2% | - |
| HSV(B) | 347.65º | 1% | 0.4% | - |
| XYZ | 5.61 | 2.88 | 0.97 | - |
| YUV | 32.89 | 121.29 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 21 | 0 | 1 | 0.79 | 0.6 | 347.65 | 1 | 0.2 |
| Hex | 66 | 0 | 15 | 0 | 64 | 4F | 3C | 15C | 64 | 14 |
| Octal | 146 | 0 | 25 | 0 | 144 | 117 | 74 | 534 | 144 | 24 |
| Binary | 1100110 | 0 | 10101 | 0 | 1100100 | 1001111 | 111100 | 101011100 | 1100100 | 10100 |
Color Harmonies of #660015
Complementary color
Monochromatic Colors of #660015
Black with #660015
Text Example
Text Example
White with #660015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660015; }
p { color: rgb(102,0,21); }
H1.HeaderClassName
{
color: #660015;
}
.AnyTagClassName
{
color: #660015;
}
</style>
background-color css
<style>
a { background-color: #660015; }
a { background-color: rgb(102,0,21); }
div.DivClassName
{
background-color: #660015;
}
.BgClassName
{
background-color: #660015;
}
</style>
border-color css
<style>
span { border-color: #660015; }
span { border-color: rgb(102,0,21); }
td.TdClassName
{
border-color: #660015;
}
.TagClassName
{
border-color: #660015;
}
</style>