Shades of Burgundy #600017
Tints of Burgundy #600017
RGB
CMYK
RGB Variations
Color information
#600017 (or 0x600017) is known color: Burgundy. HEX triplet: 60, 00 and 17. RGB value is (96,0,23). Sum of RGB (Red+Green+Blue) = 96+0+23=119 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80.67% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 23 (9.38% from 255 or 19.33% from 119); Max value from RGB is 96 - color contains mainly: red. Hex color #600017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600017 is #9FFFE8. Grayscale: #1F1F1F. Windows color (decimal): -10485737 or 1507424. OLE color: 1507424.
HSL color Cylindrical-coordinate representation of color #600017: hue angle of 345.62º 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 #600017 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.76 | 0.62 |
| HSL | 345.63º | 1% | 0.19% | - |
| HSV(B) | 345.63º | 1% | 0.38% | - |
| XYZ | 4.98 | 2.55 | 1.04 | - |
| YUV | 31.33 | 123.3 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 23 | 0 | 1 | 0.76 | 0.62 | 345.63 | 1 | 0.19 |
| Hex | 60 | 0 | 17 | 0 | 64 | 4C | 3E | 15A | 64 | 13 |
| Octal | 140 | 0 | 27 | 0 | 144 | 114 | 76 | 532 | 144 | 23 |
| Binary | 1100000 | 0 | 10111 | 0 | 1100100 | 1001100 | 111110 | 101011010 | 1100100 | 10011 |
Color Harmonies of #600017
Complementary color
Monochromatic Colors of #600017
Black with #600017
Text Example
Text Example
White with #600017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600017; }
p { color: rgb(96,0,23); }
H1.HeaderClassName
{
color: #600017;
}
.AnyTagClassName
{
color: #600017;
}
</style>
background-color css
<style>
a { background-color: #600017; }
a { background-color: rgb(96,0,23); }
div.DivClassName
{
background-color: #600017;
}
.BgClassName
{
background-color: #600017;
}
</style>
border-color css
<style>
span { border-color: #600017; }
span { border-color: rgb(96,0,23); }
td.TdClassName
{
border-color: #600017;
}
.TagClassName
{
border-color: #600017;
}
</style>