Shades of Burgundy #66011B
Tints of Burgundy #66011B
RGB
CMYK
RGB Variations
Color information
#66011B (or 0x66011B) is known color: Burgundy. HEX triplet: 66, 01 and 1B. RGB value is (102,1,27). Sum of RGB (Red+Green+Blue) = 102+1+27=130 (17% of max value = 765). Red value is 102 (40.23% from 255 or 78.46% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 102 - color contains mainly: red. Hex color #66011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66011B is #99FEE4. Grayscale: #222222. Windows color (decimal): -10092261 or 1769830. OLE color: 1769830.
HSL color Cylindrical-coordinate representation of color #66011B: hue angle of 344.55º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66011B is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.6 |
| HSL | 344.55º | 0.98% | 0.2% | - |
| HSV(B) | 344.55º | 0.99% | 0.4% | - |
| XYZ | 5.69 | 2.93 | 1.3 | - |
| YUV | 34.16 | 123.96 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 1 | 27 | 0 | 0.99 | 0.74 | 0.6 | 344.55 | 0.98 | 0.2 |
| Hex | 66 | 1 | 1B | 0 | 63 | 4A | 3C | 159 | 62 | 14 |
| Octal | 146 | 1 | 33 | 0 | 143 | 112 | 74 | 531 | 142 | 24 |
| Binary | 1100110 | 1 | 11011 | 0 | 1100011 | 1001010 | 111100 | 101011001 | 1100010 | 10100 |
Color Harmonies of #66011B
Complementary color
Monochromatic Colors of #66011B
Black with #66011B
Text Example
Text Example
White with #66011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66011B; }
p { color: rgb(102,1,27); }
H1.HeaderClassName
{
color: #66011B;
}
.AnyTagClassName
{
color: #66011B;
}
</style>
background-color css
<style>
a { background-color: #66011B; }
a { background-color: rgb(102,1,27); }
div.DivClassName
{
background-color: #66011B;
}
.BgClassName
{
background-color: #66011B;
}
</style>
border-color css
<style>
span { border-color: #66011B; }
span { border-color: rgb(102,1,27); }
td.TdClassName
{
border-color: #66011B;
}
.TagClassName
{
border-color: #66011B;
}
</style>