Shades of Burgundy #660103
Tints of Burgundy #660103
RGB
CMYK
RGB Variations
Color information
#660103 (or 0x660103) is known color: Burgundy. HEX triplet: 66, 01 and 03. RGB value is (102,1,3). Sum of RGB (Red+Green+Blue) = 102+1+3=106 (14% of max value = 765). Red value is 102 (40.23% from 255 or 96.23% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 3 (1.56% from 255 or 2.83% from 106); Max value from RGB is 102 - color contains mainly: red. Hex color #660103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660103 is #99FEFC. Grayscale: #1F1F1F. Windows color (decimal): -10092285 or 196966. OLE color: 196966.
HSL color Cylindrical-coordinate representation of color #660103: hue angle of 358.81º 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 #660103 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 1 | 3 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.6 |
| HSL | 358.81º | 0.98% | 0.2% | - |
| HSV(B) | 358.81º | 0.99% | 0.4% | - |
| XYZ | 5.51 | 2.85 | 0.35 | - |
| YUV | 31.43 | 111.96 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 1 | 3 | 0 | 0.99 | 0.97 | 0.6 | 358.81 | 0.98 | 0.2 |
| Hex | 66 | 1 | 3 | 0 | 63 | 61 | 3C | 167 | 62 | 14 |
| Octal | 146 | 1 | 3 | 0 | 143 | 141 | 74 | 547 | 142 | 24 |
| Binary | 1100110 | 1 | 11 | 0 | 1100011 | 1100001 | 111100 | 101100111 | 1100010 | 10100 |
Color Harmonies of #660103
Complementary color
Monochromatic Colors of #660103
Black with #660103
Text Example
Text Example
White with #660103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660103; }
p { color: rgb(102,1,3); }
H1.HeaderClassName
{
color: #660103;
}
.AnyTagClassName
{
color: #660103;
}
</style>
background-color css
<style>
a { background-color: #660103; }
a { background-color: rgb(102,1,3); }
div.DivClassName
{
background-color: #660103;
}
.BgClassName
{
background-color: #660103;
}
</style>
border-color css
<style>
span { border-color: #660103; }
span { border-color: rgb(102,1,3); }
td.TdClassName
{
border-color: #660103;
}
.TagClassName
{
border-color: #660103;
}
</style>