Shades of Burgundy #660203
Tints of Burgundy #660203
RGB
CMYK
RGB Variations
Color information
#660203 (or 0x660203) is known color: Burgundy. HEX triplet: 66, 02 and 03. RGB value is (102,2,3). Sum of RGB (Red+Green+Blue) = 102+2+3=107 (14% of max value = 765). Red value is 102 (40.23% from 255 or 95.33% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 3 (1.56% from 255 or 2.80% from 107); Max value from RGB is 102 - color contains mainly: red. Hex color #660203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660203 is #99FDFC. Grayscale: #202020. Windows color (decimal): -10092029 or 197222. OLE color: 197222.
HSL color Cylindrical-coordinate representation of color #660203: hue angle of 359.4º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #660203 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 2 | 3 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.6 |
| HSL | 359.4º | 0.96% | 0.2% | - |
| HSV(B) | 359.4º | 0.98% | 0.4% | - |
| XYZ | 5.52 | 2.87 | 0.35 | - |
| YUV | 32.01 | 111.63 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 3 | 0 | 0.98 | 0.97 | 0.6 | 359.4 | 0.96 | 0.2 |
| Hex | 66 | 2 | 3 | 0 | 62 | 61 | 3C | 167 | 60 | 14 |
| Octal | 146 | 2 | 3 | 0 | 142 | 141 | 74 | 547 | 140 | 24 |
| Binary | 1100110 | 10 | 11 | 0 | 1100010 | 1100001 | 111100 | 101100111 | 1100000 | 10100 |
Color Harmonies of #660203
Complementary color
Monochromatic Colors of #660203
Black with #660203
Text Example
Text Example
White with #660203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660203; }
p { color: rgb(102,2,3); }
H1.HeaderClassName
{
color: #660203;
}
.AnyTagClassName
{
color: #660203;
}
</style>
background-color css
<style>
a { background-color: #660203; }
a { background-color: rgb(102,2,3); }
div.DivClassName
{
background-color: #660203;
}
.BgClassName
{
background-color: #660203;
}
</style>
border-color css
<style>
span { border-color: #660203; }
span { border-color: rgb(102,2,3); }
td.TdClassName
{
border-color: #660203;
}
.TagClassName
{
border-color: #660203;
}
</style>