Shades of Burgundy #62000C
Tints of Burgundy #62000C
RGB
CMYK
RGB Variations
Color information
#62000C (or 0x62000C) is known color: Burgundy. HEX triplet: 62, 00 and 0C. RGB value is (98,0,12). Sum of RGB (Red+Green+Blue) = 98+0+12=110 (14% of max value = 765). Red value is 98 (38.67% from 255 or 89.09% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 98 - color contains mainly: red. Hex color #62000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62000C is #9DFFF3. Grayscale: #1E1E1E. Windows color (decimal): -10354676 or 786530. OLE color: 786530.
HSL color Cylindrical-coordinate representation of color #62000C: hue angle of 352.65º 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 #62000C is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.88 | 0.62 |
| HSL | 352.65º | 1% | 0.19% | - |
| HSV(B) | 352.65º | 1% | 0.38% | - |
| XYZ | 5.1 | 2.62 | 0.59 | - |
| YUV | 30.67 | 117.47 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 12 | 0 | 1 | 0.88 | 0.62 | 352.65 | 1 | 0.19 |
| Hex | 62 | 0 | C | 0 | 64 | 58 | 3E | 161 | 64 | 13 |
| Octal | 142 | 0 | 14 | 0 | 144 | 130 | 76 | 541 | 144 | 23 |
| Binary | 1100010 | 0 | 1100 | 0 | 1100100 | 1011000 | 111110 | 101100001 | 1100100 | 10011 |
Color Harmonies of #62000C
Complementary color
Monochromatic Colors of #62000C
Black with #62000C
Text Example
Text Example
White with #62000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62000C; }
p { color: rgb(98,0,12); }
H1.HeaderClassName
{
color: #62000C;
}
.AnyTagClassName
{
color: #62000C;
}
</style>
background-color css
<style>
a { background-color: #62000C; }
a { background-color: rgb(98,0,12); }
div.DivClassName
{
background-color: #62000C;
}
.BgClassName
{
background-color: #62000C;
}
</style>
border-color css
<style>
span { border-color: #62000C; }
span { border-color: rgb(98,0,12); }
td.TdClassName
{
border-color: #62000C;
}
.TagClassName
{
border-color: #62000C;
}
</style>