Shades of Burgundy #62001C
Tints of Burgundy #62001C
RGB
CMYK
RGB Variations
Color information
#62001C (or 0x62001C) is known color: Burgundy. HEX triplet: 62, 00 and 1C. RGB value is (98,0,28). Sum of RGB (Red+Green+Blue) = 98+0+28=126 (16% of max value = 765). Red value is 98 (38.67% from 255 or 77.78% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 98 - color contains mainly: red. Hex color #62001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62001C is #9DFFE3. Grayscale: #202020. Windows color (decimal): -10354660 or 1835106. OLE color: 1835106.
HSL color Cylindrical-coordinate representation of color #62001C: hue angle of 342.86º 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 #62001C is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.71 | 0.62 |
| HSL | 342.86º | 1% | 0.19% | - |
| HSV(B) | 342.86º | 1% | 0.38% | - |
| XYZ | 5.25 | 2.68 | 1.34 | - |
| YUV | 32.49 | 125.47 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 28 | 0 | 1 | 0.71 | 0.62 | 342.86 | 1 | 0.19 |
| Hex | 62 | 0 | 1C | 0 | 64 | 47 | 3E | 157 | 64 | 13 |
| Octal | 142 | 0 | 34 | 0 | 144 | 107 | 76 | 527 | 144 | 23 |
| Binary | 1100010 | 0 | 11100 | 0 | 1100100 | 1000111 | 111110 | 101010111 | 1100100 | 10011 |
Color Harmonies of #62001C
Complementary color
Monochromatic Colors of #62001C
Black with #62001C
Text Example
Text Example
White with #62001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62001C; }
p { color: rgb(98,0,28); }
H1.HeaderClassName
{
color: #62001C;
}
.AnyTagClassName
{
color: #62001C;
}
</style>
background-color css
<style>
a { background-color: #62001C; }
a { background-color: rgb(98,0,28); }
div.DivClassName
{
background-color: #62001C;
}
.BgClassName
{
background-color: #62001C;
}
</style>
border-color css
<style>
span { border-color: #62001C; }
span { border-color: rgb(98,0,28); }
td.TdClassName
{
border-color: #62001C;
}
.TagClassName
{
border-color: #62001C;
}
</style>