Shades of Burgundy #66001C
Tints of Burgundy #66001C
RGB
CMYK
RGB Variations
Color information
#66001C (or 0x66001C) is known color: Burgundy. HEX triplet: 66, 00 and 1C. RGB value is (102,0,28). Sum of RGB (Red+Green+Blue) = 102+0+28=130 (17% of max value = 765). Red value is 102 (40.23% from 255 or 78.46% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 102 - color contains mainly: red. Hex color #66001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66001C is #99FFE3. Grayscale: #212121. Windows color (decimal): -10092516 or 1835110. OLE color: 1835110.
HSL color Cylindrical-coordinate representation of color #66001C: hue angle of 343.53º 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 #66001C is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.73 | 0.6 |
| HSL | 343.53º | 1% | 0.2% | - |
| HSV(B) | 343.53º | 1% | 0.4% | - |
| XYZ | 5.69 | 2.91 | 1.36 | - |
| YUV | 33.69 | 124.79 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 28 | 0 | 1 | 0.73 | 0.6 | 343.53 | 1 | 0.2 |
| Hex | 66 | 0 | 1C | 0 | 64 | 49 | 3C | 158 | 64 | 14 |
| Octal | 146 | 0 | 34 | 0 | 144 | 111 | 74 | 530 | 144 | 24 |
| Binary | 1100110 | 0 | 11100 | 0 | 1100100 | 1001001 | 111100 | 101011000 | 1100100 | 10100 |
Color Harmonies of #66001C
Complementary color
Monochromatic Colors of #66001C
Black with #66001C
Text Example
Text Example
White with #66001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66001C; }
p { color: rgb(102,0,28); }
H1.HeaderClassName
{
color: #66001C;
}
.AnyTagClassName
{
color: #66001C;
}
</style>
background-color css
<style>
a { background-color: #66001C; }
a { background-color: rgb(102,0,28); }
div.DivClassName
{
background-color: #66001C;
}
.BgClassName
{
background-color: #66001C;
}
</style>
border-color css
<style>
span { border-color: #66001C; }
span { border-color: rgb(102,0,28); }
td.TdClassName
{
border-color: #66001C;
}
.TagClassName
{
border-color: #66001C;
}
</style>