Shades of Burgundy #660002
Tints of Burgundy #660002
RGB
CMYK
RGB Variations
Color information
#660002 (or 0x660002) is known color: Burgundy. HEX triplet: 66, 00 and 02. RGB value is (102,0,2). Sum of RGB (Red+Green+Blue) = 102+0+2=104 (13% of max value = 765). Red value is 102 (40.23% from 255 or 98.08% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 102 - color contains mainly: red. Hex color #660002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660002 is #99FFFD. Grayscale: #1E1E1E. Windows color (decimal): -10092542 or 131174. OLE color: 131174.
HSL color Cylindrical-coordinate representation of color #660002: hue angle of 358.82º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #660002 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.98 | 0.6 |
| HSL | 358.82º | 1% | 0.2% | - |
| HSV(B) | 358.82º | 1% | 0.4% | - |
| XYZ | 5.49 | 2.83 | 0.31 | - |
| YUV | 30.73 | 111.79 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 2 | 0 | 1 | 0.98 | 0.6 | 358.82 | 1 | 0.2 |
| Hex | 66 | 0 | 2 | 0 | 64 | 62 | 3C | 167 | 64 | 14 |
| Octal | 146 | 0 | 2 | 0 | 144 | 142 | 74 | 547 | 144 | 24 |
| Binary | 1100110 | 0 | 10 | 0 | 1100100 | 1100010 | 111100 | 101100111 | 1100100 | 10100 |
Color Harmonies of #660002
Complementary color
Monochromatic Colors of #660002
Black with #660002
Text Example
Text Example
White with #660002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660002; }
p { color: rgb(102,0,2); }
H1.HeaderClassName
{
color: #660002;
}
.AnyTagClassName
{
color: #660002;
}
</style>
background-color css
<style>
a { background-color: #660002; }
a { background-color: rgb(102,0,2); }
div.DivClassName
{
background-color: #660002;
}
.BgClassName
{
background-color: #660002;
}
</style>
border-color css
<style>
span { border-color: #660002; }
span { border-color: rgb(102,0,2); }
td.TdClassName
{
border-color: #660002;
}
.TagClassName
{
border-color: #660002;
}
</style>