Shades of Burgundy #660005
Tints of Burgundy #660005
RGB
CMYK
RGB Variations
Color information
#660005 (or 0x660005) is known color: Burgundy. HEX triplet: 66, 00 and 05. RGB value is (102,0,5). Sum of RGB (Red+Green+Blue) = 102+0+5=107 (14% of max value = 765). Red value is 102 (40.23% from 255 or 95.33% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 102 - color contains mainly: red. Hex color #660005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660005 is #99FFFA. Grayscale: #1F1F1F. Windows color (decimal): -10092539 or 327782. OLE color: 327782.
HSL color Cylindrical-coordinate representation of color #660005: hue angle of 357.06º 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 #660005 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.95 | 0.6 |
| HSL | 357.06º | 1% | 0.2% | - |
| HSV(B) | 357.06º | 1% | 0.4% | - |
| XYZ | 5.51 | 2.84 | 0.4 | - |
| YUV | 31.07 | 113.29 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 5 | 0 | 1 | 0.95 | 0.6 | 357.06 | 1 | 0.2 |
| Hex | 66 | 0 | 5 | 0 | 64 | 5F | 3C | 165 | 64 | 14 |
| Octal | 146 | 0 | 5 | 0 | 144 | 137 | 74 | 545 | 144 | 24 |
| Binary | 1100110 | 0 | 101 | 0 | 1100100 | 1011111 | 111100 | 101100101 | 1100100 | 10100 |
Color Harmonies of #660005
Complementary color
Monochromatic Colors of #660005
Black with #660005
Text Example
Text Example
White with #660005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660005; }
p { color: rgb(102,0,5); }
H1.HeaderClassName
{
color: #660005;
}
.AnyTagClassName
{
color: #660005;
}
</style>
background-color css
<style>
a { background-color: #660005; }
a { background-color: rgb(102,0,5); }
div.DivClassName
{
background-color: #660005;
}
.BgClassName
{
background-color: #660005;
}
</style>
border-color css
<style>
span { border-color: #660005; }
span { border-color: rgb(102,0,5); }
td.TdClassName
{
border-color: #660005;
}
.TagClassName
{
border-color: #660005;
}
</style>