Shades of Burgundy #660105
Tints of Burgundy #660105
RGB
CMYK
RGB Variations
Color information
#660105 (or 0x660105) is known color: Burgundy. HEX triplet: 66, 01 and 05. RGB value is (102,1,5). Sum of RGB (Red+Green+Blue) = 102+1+5=108 (14% of max value = 765). Red value is 102 (40.23% from 255 or 94.44% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 102 - color contains mainly: red. Hex color #660105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660105 is #99FEFA. Grayscale: #1F1F1F. Windows color (decimal): -10092283 or 328038. OLE color: 328038.
HSL color Cylindrical-coordinate representation of color #660105: hue angle of 357.62º 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 #660105 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 1 | 5 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.6 |
| HSL | 357.62º | 0.98% | 0.2% | - |
| HSV(B) | 357.62º | 0.99% | 0.4% | - |
| XYZ | 5.52 | 2.86 | 0.4 | - |
| YUV | 31.66 | 112.96 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 1 | 5 | 0 | 0.99 | 0.95 | 0.6 | 357.62 | 0.98 | 0.2 |
| Hex | 66 | 1 | 5 | 0 | 63 | 5F | 3C | 166 | 62 | 14 |
| Octal | 146 | 1 | 5 | 0 | 143 | 137 | 74 | 546 | 142 | 24 |
| Binary | 1100110 | 1 | 101 | 0 | 1100011 | 1011111 | 111100 | 101100110 | 1100010 | 10100 |
Color Harmonies of #660105
Complementary color
Monochromatic Colors of #660105
Black with #660105
Text Example
Text Example
White with #660105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660105; }
p { color: rgb(102,1,5); }
H1.HeaderClassName
{
color: #660105;
}
.AnyTagClassName
{
color: #660105;
}
</style>
background-color css
<style>
a { background-color: #660105; }
a { background-color: rgb(102,1,5); }
div.DivClassName
{
background-color: #660105;
}
.BgClassName
{
background-color: #660105;
}
</style>
border-color css
<style>
span { border-color: #660105; }
span { border-color: rgb(102,1,5); }
td.TdClassName
{
border-color: #660105;
}
.TagClassName
{
border-color: #660105;
}
</style>