Shades of Burgundy #660306
Tints of Burgundy #660306
RGB
CMYK
RGB Variations
Color information
#660306 (or 0x660306) is known color: Burgundy. HEX triplet: 66, 03 and 06. RGB value is (102,3,6). Sum of RGB (Red+Green+Blue) = 102+3+6=111 (14% of max value = 765). Red value is 102 (40.23% from 255 or 91.89% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 102 - color contains mainly: red. Hex color #660306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660306 is #99FCF9. Grayscale: #212121. Windows color (decimal): -10091770 or 394086. OLE color: 394086.
HSL color Cylindrical-coordinate representation of color #660306: hue angle of 358.18º 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 #660306 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 3 | 6 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.6 |
| HSL | 358.18º | 0.94% | 0.21% | - |
| HSV(B) | 358.18º | 0.97% | 0.4% | - |
| XYZ | 5.54 | 2.9 | 0.44 | - |
| YUV | 32.94 | 112.8 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 6 | 0 | 0.97 | 0.94 | 0.6 | 358.18 | 0.94 | 0.21 |
| Hex | 66 | 3 | 6 | 0 | 61 | 5E | 3C | 166 | 5E | 15 |
| Octal | 146 | 3 | 6 | 0 | 141 | 136 | 74 | 546 | 136 | 25 |
| Binary | 1100110 | 11 | 110 | 0 | 1100001 | 1011110 | 111100 | 101100110 | 1011110 | 10101 |
Color Harmonies of #660306
Complementary color
Monochromatic Colors of #660306
Black with #660306
Text Example
Text Example
White with #660306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660306; }
p { color: rgb(102,3,6); }
H1.HeaderClassName
{
color: #660306;
}
.AnyTagClassName
{
color: #660306;
}
</style>
background-color css
<style>
a { background-color: #660306; }
a { background-color: rgb(102,3,6); }
div.DivClassName
{
background-color: #660306;
}
.BgClassName
{
background-color: #660306;
}
</style>
border-color css
<style>
span { border-color: #660306; }
span { border-color: rgb(102,3,6); }
td.TdClassName
{
border-color: #660306;
}
.TagClassName
{
border-color: #660306;
}
</style>