Shades of Burgundy #60001C
Tints of Burgundy #60001C
RGB
CMYK
RGB Variations
Color information
#60001C (or 0x60001C) is known color: Burgundy. HEX triplet: 60, 00 and 1C. RGB value is (96,0,28). Sum of RGB (Red+Green+Blue) = 96+0+28=124 (16% of max value = 765). Red value is 96 (37.89% from 255 or 77.42% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 96 - color contains mainly: red. Hex color #60001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60001C is #9FFFE3. Grayscale: #1F1F1F. Windows color (decimal): -10485732 or 1835104. OLE color: 1835104.
HSL color Cylindrical-coordinate representation of color #60001C: hue angle of 342.5º 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 #60001C is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.71 | 0.62 |
| HSL | 342.5º | 1% | 0.19% | - |
| HSV(B) | 342.5º | 1% | 0.38% | - |
| XYZ | 5.03 | 2.57 | 1.33 | - |
| YUV | 31.9 | 125.8 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 28 | 0 | 1 | 0.71 | 0.62 | 342.5 | 1 | 0.19 |
| Hex | 60 | 0 | 1C | 0 | 64 | 47 | 3E | 156 | 64 | 13 |
| Octal | 140 | 0 | 34 | 0 | 144 | 107 | 76 | 526 | 144 | 23 |
| Binary | 1100000 | 0 | 11100 | 0 | 1100100 | 1000111 | 111110 | 101010110 | 1100100 | 10011 |
Color Harmonies of #60001C
Complementary color
Monochromatic Colors of #60001C
Black with #60001C
Text Example
Text Example
White with #60001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60001C; }
p { color: rgb(96,0,28); }
H1.HeaderClassName
{
color: #60001C;
}
.AnyTagClassName
{
color: #60001C;
}
</style>
background-color css
<style>
a { background-color: #60001C; }
a { background-color: rgb(96,0,28); }
div.DivClassName
{
background-color: #60001C;
}
.BgClassName
{
background-color: #60001C;
}
</style>
border-color css
<style>
span { border-color: #60001C; }
span { border-color: rgb(96,0,28); }
td.TdClassName
{
border-color: #60001C;
}
.TagClassName
{
border-color: #60001C;
}
</style>