Shades of Burgundy #66031E
Tints of Burgundy #66031E
RGB
CMYK
RGB Variations
Color information
#66031E (or 0x66031E) is known color: Burgundy. HEX triplet: 66, 03 and 1E. RGB value is (102,3,30). Sum of RGB (Red+Green+Blue) = 102+3+30=135 (17% of max value = 765). Red value is 102 (40.23% from 255 or 75.56% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 102 - color contains mainly: red. Hex color #66031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66031E is #99FCE1. Grayscale: #232323. Windows color (decimal): -10091746 or 1966950. OLE color: 1966950.
HSL color Cylindrical-coordinate representation of color #66031E: hue angle of 343.64º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #66031E is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 3 | 30 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.6 |
| HSL | 343.64º | 0.94% | 0.21% | - |
| HSV(B) | 343.64º | 0.97% | 0.4% | - |
| XYZ | 5.75 | 2.98 | 1.5 | - |
| YUV | 35.68 | 124.8 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 30 | 0 | 0.97 | 0.71 | 0.6 | 343.64 | 0.94 | 0.21 |
| Hex | 66 | 3 | 1E | 0 | 61 | 47 | 3C | 158 | 5E | 15 |
| Octal | 146 | 3 | 36 | 0 | 141 | 107 | 74 | 530 | 136 | 25 |
| Binary | 1100110 | 11 | 11110 | 0 | 1100001 | 1000111 | 111100 | 101011000 | 1011110 | 10101 |
Color Harmonies of #66031E
Complementary color
Monochromatic Colors of #66031E
Black with #66031E
Text Example
Text Example
White with #66031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66031E; }
p { color: rgb(102,3,30); }
H1.HeaderClassName
{
color: #66031E;
}
.AnyTagClassName
{
color: #66031E;
}
</style>
background-color css
<style>
a { background-color: #66031E; }
a { background-color: rgb(102,3,30); }
div.DivClassName
{
background-color: #66031E;
}
.BgClassName
{
background-color: #66031E;
}
</style>
border-color css
<style>
span { border-color: #66031E; }
span { border-color: rgb(102,3,30); }
td.TdClassName
{
border-color: #66031E;
}
.TagClassName
{
border-color: #66031E;
}
</style>