Shades of Burgundy #66031B
Tints of Burgundy #66031B
RGB
CMYK
RGB Variations
Color information
#66031B (or 0x66031B) is known color: Burgundy. HEX triplet: 66, 03 and 1B. RGB value is (102,3,27). Sum of RGB (Red+Green+Blue) = 102+3+27=132 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.27% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 102 - color contains mainly: red. Hex color #66031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66031B is #99FCE4. Grayscale: #232323. Windows color (decimal): -10091749 or 1770342. OLE color: 1770342.
HSL color Cylindrical-coordinate representation of color #66031B: hue angle of 345.45º 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 #66031B is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 3 | 27 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.6 |
| HSL | 345.45º | 0.94% | 0.21% | - |
| HSV(B) | 345.45º | 0.97% | 0.4% | - |
| XYZ | 5.71 | 2.97 | 1.31 | - |
| YUV | 35.34 | 123.3 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 27 | 0 | 0.97 | 0.74 | 0.6 | 345.45 | 0.94 | 0.21 |
| Hex | 66 | 3 | 1B | 0 | 61 | 4A | 3C | 159 | 5E | 15 |
| Octal | 146 | 3 | 33 | 0 | 141 | 112 | 74 | 531 | 136 | 25 |
| Binary | 1100110 | 11 | 11011 | 0 | 1100001 | 1001010 | 111100 | 101011001 | 1011110 | 10101 |
Color Harmonies of #66031B
Complementary color
Monochromatic Colors of #66031B
Black with #66031B
Text Example
Text Example
White with #66031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66031B; }
p { color: rgb(102,3,27); }
H1.HeaderClassName
{
color: #66031B;
}
.AnyTagClassName
{
color: #66031B;
}
</style>
background-color css
<style>
a { background-color: #66031B; }
a { background-color: rgb(102,3,27); }
div.DivClassName
{
background-color: #66031B;
}
.BgClassName
{
background-color: #66031B;
}
</style>
border-color css
<style>
span { border-color: #66031B; }
span { border-color: rgb(102,3,27); }
td.TdClassName
{
border-color: #66031B;
}
.TagClassName
{
border-color: #66031B;
}
</style>