Shades of Burgundy #66001D
Tints of Burgundy #66001D
RGB
CMYK
RGB Variations
Color information
#66001D (or 0x66001D) is known color: Burgundy. HEX triplet: 66, 00 and 1D. RGB value is (102,0,29). Sum of RGB (Red+Green+Blue) = 102+0+29=131 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.86% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 102 - color contains mainly: red. Hex color #66001D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66001D is #99FFE2. Grayscale: #212121. Windows color (decimal): -10092515 or 1900646. OLE color: 1900646.
HSL color Cylindrical-coordinate representation of color #66001D: hue angle of 342.94º 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 #66001D is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.72 | 0.6 |
| HSL | 342.94º | 1% | 0.2% | - |
| HSV(B) | 342.94º | 1% | 0.4% | - |
| XYZ | 5.7 | 2.91 | 1.42 | - |
| YUV | 33.8 | 125.29 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 29 | 0 | 1 | 0.72 | 0.6 | 342.94 | 1 | 0.2 |
| Hex | 66 | 0 | 1D | 0 | 64 | 48 | 3C | 157 | 64 | 14 |
| Octal | 146 | 0 | 35 | 0 | 144 | 110 | 74 | 527 | 144 | 24 |
| Binary | 1100110 | 0 | 11101 | 0 | 1100100 | 1001000 | 111100 | 101010111 | 1100100 | 10100 |
Color Harmonies of #66001D
Complementary color
Monochromatic Colors of #66001D
Black with #66001D
Text Example
Text Example
White with #66001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66001D; }
p { color: rgb(102,0,29); }
H1.HeaderClassName
{
color: #66001D;
}
.AnyTagClassName
{
color: #66001D;
}
</style>
background-color css
<style>
a { background-color: #66001D; }
a { background-color: rgb(102,0,29); }
div.DivClassName
{
background-color: #66001D;
}
.BgClassName
{
background-color: #66001D;
}
</style>
border-color css
<style>
span { border-color: #66001D; }
span { border-color: rgb(102,0,29); }
td.TdClassName
{
border-color: #66001D;
}
.TagClassName
{
border-color: #66001D;
}
</style>