Shades of Burgundy #620002
Tints of Burgundy #620002
RGB
CMYK
RGB Variations
Color information
#620002 (or 0x620002) is known color: Burgundy. HEX triplet: 62, 00 and 02. RGB value is (98,0,2). Sum of RGB (Red+Green+Blue) = 98+0+2=100 (13% of max value = 765). Red value is 98 (38.67% from 255 or 98% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 98 - color contains mainly: red. Hex color #620002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620002 is #9DFFFD. Grayscale: #1D1D1D. Windows color (decimal): -10354686 or 131170. OLE color: 131170.
HSL color Cylindrical-coordinate representation of color #620002: hue angle of 358.78º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #620002 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.98 | 0.62 |
| HSL | 358.78º | 1% | 0.19% | - |
| HSV(B) | 358.78º | 1% | 0.38% | - |
| XYZ | 5.05 | 2.6 | 0.29 | - |
| YUV | 29.53 | 112.47 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 2 | 0 | 1 | 0.98 | 0.62 | 358.78 | 1 | 0.19 |
| Hex | 62 | 0 | 2 | 0 | 64 | 62 | 3E | 167 | 64 | 13 |
| Octal | 142 | 0 | 2 | 0 | 144 | 142 | 76 | 547 | 144 | 23 |
| Binary | 1100010 | 0 | 10 | 0 | 1100100 | 1100010 | 111110 | 101100111 | 1100100 | 10011 |
Color Harmonies of #620002
Complementary color
Monochromatic Colors of #620002
Black with #620002
Text Example
Text Example
White with #620002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620002; }
p { color: rgb(98,0,2); }
H1.HeaderClassName
{
color: #620002;
}
.AnyTagClassName
{
color: #620002;
}
</style>
background-color css
<style>
a { background-color: #620002; }
a { background-color: rgb(98,0,2); }
div.DivClassName
{
background-color: #620002;
}
.BgClassName
{
background-color: #620002;
}
</style>
border-color css
<style>
span { border-color: #620002; }
span { border-color: rgb(98,0,2); }
td.TdClassName
{
border-color: #620002;
}
.TagClassName
{
border-color: #620002;
}
</style>