Shades of Burgundy #66021D
Tints of Burgundy #66021D
RGB
CMYK
RGB Variations
Color information
#66021D (or 0x66021D) is known color: Burgundy. HEX triplet: 66, 02 and 1D. RGB value is (102,2,29). Sum of RGB (Red+Green+Blue) = 102+2+29=133 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.69% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 102 - color contains mainly: red. Hex color #66021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66021D is #99FDE2. Grayscale: #222222. Windows color (decimal): -10092003 or 1901158. OLE color: 1901158.
HSL color Cylindrical-coordinate representation of color #66021D: hue angle of 343.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66021D is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 2 | 29 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.6 |
| HSL | 343.8º | 0.96% | 0.2% | - |
| HSV(B) | 343.8º | 0.98% | 0.4% | - |
| XYZ | 5.72 | 2.96 | 1.43 | - |
| YUV | 34.98 | 124.63 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 29 | 0 | 0.98 | 0.72 | 0.6 | 343.8 | 0.96 | 0.2 |
| Hex | 66 | 2 | 1D | 0 | 62 | 48 | 3C | 158 | 60 | 14 |
| Octal | 146 | 2 | 35 | 0 | 142 | 110 | 74 | 530 | 140 | 24 |
| Binary | 1100110 | 10 | 11101 | 0 | 1100010 | 1001000 | 111100 | 101011000 | 1100000 | 10100 |
Color Harmonies of #66021D
Complementary color
Monochromatic Colors of #66021D
Black with #66021D
Text Example
Text Example
White with #66021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66021D; }
p { color: rgb(102,2,29); }
H1.HeaderClassName
{
color: #66021D;
}
.AnyTagClassName
{
color: #66021D;
}
</style>
background-color css
<style>
a { background-color: #66021D; }
a { background-color: rgb(102,2,29); }
div.DivClassName
{
background-color: #66021D;
}
.BgClassName
{
background-color: #66021D;
}
</style>
border-color css
<style>
span { border-color: #66021D; }
span { border-color: rgb(102,2,29); }
td.TdClassName
{
border-color: #66021D;
}
.TagClassName
{
border-color: #66021D;
}
</style>