Shades of Burgundy #66001B
Tints of Burgundy #66001B
RGB
CMYK
RGB Variations
Color information
#66001B (or 0x66001B) is known color: Burgundy. HEX triplet: 66, 00 and 1B. RGB value is (102,0,27). Sum of RGB (Red+Green+Blue) = 102+0+27=129 (17% of max value = 765). Red value is 102 (40.23% from 255 or 79.07% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 102 - color contains mainly: red. Hex color #66001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66001B is #99FFE4. Grayscale: #212121. Windows color (decimal): -10092517 or 1769574. OLE color: 1769574.
HSL color Cylindrical-coordinate representation of color #66001B: hue angle of 344.12º 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 #66001B is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.74 | 0.6 |
| HSL | 344.12º | 1% | 0.2% | - |
| HSV(B) | 344.12º | 1% | 0.4% | - |
| XYZ | 5.68 | 2.9 | 1.3 | - |
| YUV | 33.58 | 124.29 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 27 | 0 | 1 | 0.74 | 0.6 | 344.12 | 1 | 0.2 |
| Hex | 66 | 0 | 1B | 0 | 64 | 4A | 3C | 158 | 64 | 14 |
| Octal | 146 | 0 | 33 | 0 | 144 | 112 | 74 | 530 | 144 | 24 |
| Binary | 1100110 | 0 | 11011 | 0 | 1100100 | 1001010 | 111100 | 101011000 | 1100100 | 10100 |
Color Harmonies of #66001B
Complementary color
Monochromatic Colors of #66001B
Black with #66001B
Text Example
Text Example
White with #66001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66001B; }
p { color: rgb(102,0,27); }
H1.HeaderClassName
{
color: #66001B;
}
.AnyTagClassName
{
color: #66001B;
}
</style>
background-color css
<style>
a { background-color: #66001B; }
a { background-color: rgb(102,0,27); }
div.DivClassName
{
background-color: #66001B;
}
.BgClassName
{
background-color: #66001B;
}
</style>
border-color css
<style>
span { border-color: #66001B; }
span { border-color: rgb(102,0,27); }
td.TdClassName
{
border-color: #66001B;
}
.TagClassName
{
border-color: #66001B;
}
</style>