Shades of Burgundy #66001E
Tints of Burgundy #66001E
RGB
CMYK
RGB Variations
Color information
#66001E (or 0x66001E) is known color: Burgundy. HEX triplet: 66, 00 and 1E. RGB value is (102,0,30). Sum of RGB (Red+Green+Blue) = 102+0+30=132 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.27% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 102 - color contains mainly: red. Hex color #66001E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66001E is #99FFE1. Grayscale: #212121. Windows color (decimal): -10092514 or 1966182. OLE color: 1966182.
HSL color Cylindrical-coordinate representation of color #66001E: hue angle of 342.35º 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 #66001E is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.71 | 0.6 |
| HSL | 342.35º | 1% | 0.2% | - |
| HSV(B) | 342.35º | 1% | 0.4% | - |
| XYZ | 5.71 | 2.92 | 1.49 | - |
| YUV | 33.92 | 125.79 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 30 | 0 | 1 | 0.71 | 0.6 | 342.35 | 1 | 0.2 |
| Hex | 66 | 0 | 1E | 0 | 64 | 47 | 3C | 156 | 64 | 14 |
| Octal | 146 | 0 | 36 | 0 | 144 | 107 | 74 | 526 | 144 | 24 |
| Binary | 1100110 | 0 | 11110 | 0 | 1100100 | 1000111 | 111100 | 101010110 | 1100100 | 10100 |
Color Harmonies of #66001E
Complementary color
Monochromatic Colors of #66001E
Black with #66001E
Text Example
Text Example
White with #66001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66001E; }
p { color: rgb(102,0,30); }
H1.HeaderClassName
{
color: #66001E;
}
.AnyTagClassName
{
color: #66001E;
}
</style>
background-color css
<style>
a { background-color: #66001E; }
a { background-color: rgb(102,0,30); }
div.DivClassName
{
background-color: #66001E;
}
.BgClassName
{
background-color: #66001E;
}
</style>
border-color css
<style>
span { border-color: #66001E; }
span { border-color: rgb(102,0,30); }
td.TdClassName
{
border-color: #66001E;
}
.TagClassName
{
border-color: #66001E;
}
</style>