Shades of Burgundy #60001B
Tints of Burgundy #60001B
RGB
CMYK
RGB Variations
Color information
#60001B (or 0x60001B) is known color: Burgundy. HEX triplet: 60, 00 and 1B. RGB value is (96,0,27). Sum of RGB (Red+Green+Blue) = 96+0+27=123 (16% of max value = 765). Red value is 96 (37.89% from 255 or 78.05% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 96 - color contains mainly: red. Hex color #60001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60001B is #9FFFE4. Grayscale: #1F1F1F. Windows color (decimal): -10485733 or 1769568. OLE color: 1769568.
HSL color Cylindrical-coordinate representation of color #60001B: hue angle of 343.12º 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 #60001B is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.72 | 0.62 |
| HSL | 343.13º | 1% | 0.19% | - |
| HSV(B) | 343.13º | 1% | 0.38% | - |
| XYZ | 5.02 | 2.57 | 1.27 | - |
| YUV | 31.78 | 125.3 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 27 | 0 | 1 | 0.72 | 0.62 | 343.13 | 1 | 0.19 |
| Hex | 60 | 0 | 1B | 0 | 64 | 48 | 3E | 157 | 64 | 13 |
| Octal | 140 | 0 | 33 | 0 | 144 | 110 | 76 | 527 | 144 | 23 |
| Binary | 1100000 | 0 | 11011 | 0 | 1100100 | 1001000 | 111110 | 101010111 | 1100100 | 10011 |
Color Harmonies of #60001B
Complementary color
Monochromatic Colors of #60001B
Black with #60001B
Text Example
Text Example
White with #60001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60001B; }
p { color: rgb(96,0,27); }
H1.HeaderClassName
{
color: #60001B;
}
.AnyTagClassName
{
color: #60001B;
}
</style>
background-color css
<style>
a { background-color: #60001B; }
a { background-color: rgb(96,0,27); }
div.DivClassName
{
background-color: #60001B;
}
.BgClassName
{
background-color: #60001B;
}
</style>
border-color css
<style>
span { border-color: #60001B; }
span { border-color: rgb(96,0,27); }
td.TdClassName
{
border-color: #60001B;
}
.TagClassName
{
border-color: #60001B;
}
</style>