Shades of Burgundy #660019
Tints of Burgundy #660019
RGB
CMYK
RGB Variations
Color information
#660019 (or 0x660019) is known color: Burgundy. HEX triplet: 66, 00 and 19. RGB value is (102,0,25). Sum of RGB (Red+Green+Blue) = 102+0+25=127 (16% of max value = 765). Red value is 102 (40.23% from 255 or 80.31% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 102 - color contains mainly: red. Hex color #660019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660019 is #99FFE6. Grayscale: #212121. Windows color (decimal): -10092519 or 1638502. OLE color: 1638502.
HSL color Cylindrical-coordinate representation of color #660019: hue angle of 345.29º 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 #660019 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.75 | 0.6 |
| HSL | 345.29º | 1% | 0.2% | - |
| HSV(B) | 345.29º | 1% | 0.4% | - |
| XYZ | 5.65 | 2.89 | 1.18 | - |
| YUV | 33.35 | 123.29 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 25 | 0 | 1 | 0.75 | 0.6 | 345.29 | 1 | 0.2 |
| Hex | 66 | 0 | 19 | 0 | 64 | 4B | 3C | 159 | 64 | 14 |
| Octal | 146 | 0 | 31 | 0 | 144 | 113 | 74 | 531 | 144 | 24 |
| Binary | 1100110 | 0 | 11001 | 0 | 1100100 | 1001011 | 111100 | 101011001 | 1100100 | 10100 |
Color Harmonies of #660019
Complementary color
Monochromatic Colors of #660019
Black with #660019
Text Example
Text Example
White with #660019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660019; }
p { color: rgb(102,0,25); }
H1.HeaderClassName
{
color: #660019;
}
.AnyTagClassName
{
color: #660019;
}
</style>
background-color css
<style>
a { background-color: #660019; }
a { background-color: rgb(102,0,25); }
div.DivClassName
{
background-color: #660019;
}
.BgClassName
{
background-color: #660019;
}
</style>
border-color css
<style>
span { border-color: #660019; }
span { border-color: rgb(102,0,25); }
td.TdClassName
{
border-color: #660019;
}
.TagClassName
{
border-color: #660019;
}
</style>