Shades of Burgundy #66011D
Tints of Burgundy #66011D
RGB
CMYK
RGB Variations
Color information
#66011D (or 0x66011D) is known color: Burgundy. HEX triplet: 66, 01 and 1D. RGB value is (102,1,29). Sum of RGB (Red+Green+Blue) = 102+1+29=132 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.27% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 102 - color contains mainly: red. Hex color #66011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66011D is #99FEE2. Grayscale: #222222. Windows color (decimal): -10092259 or 1900902. OLE color: 1900902.
HSL color Cylindrical-coordinate representation of color #66011D: hue angle of 343.37º 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 #66011D is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 1 | 29 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.6 |
| HSL | 343.37º | 0.98% | 0.2% | - |
| HSV(B) | 343.37º | 0.99% | 0.4% | - |
| XYZ | 5.71 | 2.94 | 1.43 | - |
| YUV | 34.39 | 124.96 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 1 | 29 | 0 | 0.99 | 0.72 | 0.6 | 343.37 | 0.98 | 0.2 |
| Hex | 66 | 1 | 1D | 0 | 63 | 48 | 3C | 157 | 62 | 14 |
| Octal | 146 | 1 | 35 | 0 | 143 | 110 | 74 | 527 | 142 | 24 |
| Binary | 1100110 | 1 | 11101 | 0 | 1100011 | 1001000 | 111100 | 101010111 | 1100010 | 10100 |
Color Harmonies of #66011D
Complementary color
Monochromatic Colors of #66011D
Black with #66011D
Text Example
Text Example
White with #66011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66011D; }
p { color: rgb(102,1,29); }
H1.HeaderClassName
{
color: #66011D;
}
.AnyTagClassName
{
color: #66011D;
}
</style>
background-color css
<style>
a { background-color: #66011D; }
a { background-color: rgb(102,1,29); }
div.DivClassName
{
background-color: #66011D;
}
.BgClassName
{
background-color: #66011D;
}
</style>
border-color css
<style>
span { border-color: #66011D; }
span { border-color: rgb(102,1,29); }
td.TdClassName
{
border-color: #66011D;
}
.TagClassName
{
border-color: #66011D;
}
</style>