Shades of Burgundy #660113
Tints of Burgundy #660113
RGB
CMYK
RGB Variations
Color information
#660113 (or 0x660113) is known color: Burgundy. HEX triplet: 66, 01 and 13. RGB value is (102,1,19). Sum of RGB (Red+Green+Blue) = 102+1+19=122 (16% of max value = 765). Red value is 102 (40.23% from 255 or 83.61% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 102 - color contains mainly: red. Hex color #660113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660113 is #99FEEC. Grayscale: #212121. Windows color (decimal): -10092269 or 1245542. OLE color: 1245542.
HSL color Cylindrical-coordinate representation of color #660113: hue angle of 349.31º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #660113 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 1 | 19 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.6 |
| HSL | 349.31º | 0.98% | 0.2% | - |
| HSV(B) | 349.31º | 0.99% | 0.4% | - |
| XYZ | 5.61 | 2.89 | 0.88 | - |
| YUV | 33.25 | 119.96 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 1 | 19 | 0 | 0.99 | 0.81 | 0.6 | 349.31 | 0.98 | 0.2 |
| Hex | 66 | 1 | 13 | 0 | 63 | 51 | 3C | 15D | 62 | 14 |
| Octal | 146 | 1 | 23 | 0 | 143 | 121 | 74 | 535 | 142 | 24 |
| Binary | 1100110 | 1 | 10011 | 0 | 1100011 | 1010001 | 111100 | 101011101 | 1100010 | 10100 |
Color Harmonies of #660113
Complementary color
Monochromatic Colors of #660113
Black with #660113
Text Example
Text Example
White with #660113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660113; }
p { color: rgb(102,1,19); }
H1.HeaderClassName
{
color: #660113;
}
.AnyTagClassName
{
color: #660113;
}
</style>
background-color css
<style>
a { background-color: #660113; }
a { background-color: rgb(102,1,19); }
div.DivClassName
{
background-color: #660113;
}
.BgClassName
{
background-color: #660113;
}
</style>
border-color css
<style>
span { border-color: #660113; }
span { border-color: rgb(102,1,19); }
td.TdClassName
{
border-color: #660113;
}
.TagClassName
{
border-color: #660113;
}
</style>