Shades of Burgundy #660319
Tints of Burgundy #660319
RGB
CMYK
RGB Variations
Color information
#660319 (or 0x660319) is known color: Burgundy. HEX triplet: 66, 03 and 19. RGB value is (102,3,25). Sum of RGB (Red+Green+Blue) = 102+3+25=130 (17% of max value = 765). Red value is 102 (40.23% from 255 or 78.46% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 102 - color contains mainly: red. Hex color #660319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660319 is #99FCE6. Grayscale: #232323. Windows color (decimal): -10091751 or 1639270. OLE color: 1639270.
HSL color Cylindrical-coordinate representation of color #660319: hue angle of 346.67º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #660319 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 3 | 25 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.6 |
| HSL | 346.67º | 0.94% | 0.21% | - |
| HSV(B) | 346.67º | 0.97% | 0.4% | - |
| XYZ | 5.69 | 2.96 | 1.19 | - |
| YUV | 35.11 | 122.3 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 25 | 0 | 0.97 | 0.75 | 0.6 | 346.67 | 0.94 | 0.21 |
| Hex | 66 | 3 | 19 | 0 | 61 | 4B | 3C | 15B | 5E | 15 |
| Octal | 146 | 3 | 31 | 0 | 141 | 113 | 74 | 533 | 136 | 25 |
| Binary | 1100110 | 11 | 11001 | 0 | 1100001 | 1001011 | 111100 | 101011011 | 1011110 | 10101 |
Color Harmonies of #660319
Complementary color
Monochromatic Colors of #660319
Black with #660319
Text Example
Text Example
White with #660319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660319; }
p { color: rgb(102,3,25); }
H1.HeaderClassName
{
color: #660319;
}
.AnyTagClassName
{
color: #660319;
}
</style>
background-color css
<style>
a { background-color: #660319; }
a { background-color: rgb(102,3,25); }
div.DivClassName
{
background-color: #660319;
}
.BgClassName
{
background-color: #660319;
}
</style>
border-color css
<style>
span { border-color: #660319; }
span { border-color: rgb(102,3,25); }
td.TdClassName
{
border-color: #660319;
}
.TagClassName
{
border-color: #660319;
}
</style>