Shades of Burgundy #66041D
Tints of Burgundy #66041D
RGB
CMYK
RGB Variations
Color information
#66041D (or 0x66041D) is known color: Burgundy. HEX triplet: 66, 04 and 1D. RGB value is (102,4,29). Sum of RGB (Red+Green+Blue) = 102+4+29=135 (17% of max value = 765). Red value is 102 (40.23% from 255 or 75.56% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 102 - color contains mainly: red. Hex color #66041D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66041D is #99FBE2. Grayscale: #242424. Windows color (decimal): -10091491 or 1901670. OLE color: 1901670.
HSL color Cylindrical-coordinate representation of color #66041D: hue angle of 344.69º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #66041D is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 4 | 29 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.6 |
| HSL | 344.69º | 0.92% | 0.21% | - |
| HSV(B) | 344.69º | 0.96% | 0.4% | - |
| XYZ | 5.74 | 3 | 1.44 | - |
| YUV | 36.15 | 123.97 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 29 | 0 | 0.96 | 0.72 | 0.6 | 344.69 | 0.92 | 0.21 |
| Hex | 66 | 4 | 1D | 0 | 60 | 48 | 3C | 159 | 5C | 15 |
| Octal | 146 | 4 | 35 | 0 | 140 | 110 | 74 | 531 | 134 | 25 |
| Binary | 1100110 | 100 | 11101 | 0 | 1100000 | 1001000 | 111100 | 101011001 | 1011100 | 10101 |
Color Harmonies of #66041D
Complementary color
Monochromatic Colors of #66041D
Black with #66041D
Text Example
Text Example
White with #66041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66041D; }
p { color: rgb(102,4,29); }
H1.HeaderClassName
{
color: #66041D;
}
.AnyTagClassName
{
color: #66041D;
}
</style>
background-color css
<style>
a { background-color: #66041D; }
a { background-color: rgb(102,4,29); }
div.DivClassName
{
background-color: #66041D;
}
.BgClassName
{
background-color: #66041D;
}
</style>
border-color css
<style>
span { border-color: #66041D; }
span { border-color: rgb(102,4,29); }
td.TdClassName
{
border-color: #66041D;
}
.TagClassName
{
border-color: #66041D;
}
</style>