Shades of Burgundy #650017
Tints of Burgundy #650017
RGB
CMYK
RGB Variations
Color information
#650017 (or 0x650017) is known color: Burgundy. HEX triplet: 65, 00 and 17. RGB value is (101,0,23). Sum of RGB (Red+Green+Blue) = 101+0+23=124 (16% of max value = 765). Red value is 101 (39.84% from 255 or 81.45% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 101 - color contains mainly: red. Hex color #650017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650017 is #9AFFE8. Grayscale: #202020. Windows color (decimal): -10158057 or 1507429. OLE color: 1507429.
HSL color Cylindrical-coordinate representation of color #650017: hue angle of 346.34º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #650017 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.77 | 0.60 |
| HSL | 346.34º | 1% | 0.2% | - |
| HSV(B) | 346.34º | 1% | 0.4% | - |
| XYZ | 5.52 | 2.83 | 1.07 | - |
| YUV | 32.82 | 122.46 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 23 | 0 | 1 | 0.77 | 0.60 | 346.34 | 1 | 0.2 |
| Hex | 65 | 0 | 17 | 0 | 64 | 4D | 3C | 15A | 64 | 14 |
| Octal | 145 | 0 | 27 | 0 | 144 | 115 | 74 | 532 | 144 | 24 |
| Binary | 1100101 | 0 | 10111 | 0 | 1100100 | 1001101 | 111100 | 101011010 | 1100100 | 10100 |
Color Harmonies of #650017
Complementary color
Monochromatic Colors of #650017
Black with #650017
Text Example
Text Example
White with #650017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650017; }
p { color: rgb(101,0,23); }
H1.HeaderClassName
{
color: #650017;
}
.AnyTagClassName
{
color: #650017;
}
</style>
background-color css
<style>
a { background-color: #650017; }
a { background-color: rgb(101,0,23); }
div.DivClassName
{
background-color: #650017;
}
.BgClassName
{
background-color: #650017;
}
</style>
border-color css
<style>
span { border-color: #650017; }
span { border-color: rgb(101,0,23); }
td.TdClassName
{
border-color: #650017;
}
.TagClassName
{
border-color: #650017;
}
</style>