Shades of Burgundy #650024
Tints of Burgundy #650024
RGB
CMYK
RGB Variations
Color information
#650024 (or 0x650024) is known color: Burgundy. HEX triplet: 65, 00 and 24. RGB value is (101,0,36). Sum of RGB (Red+Green+Blue) = 101+0+36=137 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.72% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 101 - color contains mainly: red. Hex color #650024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650024 is #9AFFDB. Grayscale: #222222. Windows color (decimal): -10158044 or 2359397. OLE color: 2359397.
HSL color Cylindrical-coordinate representation of color #650024: hue angle of 338.61º 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 #650024 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 0 | 36 | - |
| CMYK | 0 | 1 | 0.64 | 0.60 |
| HSL | 338.61º | 1% | 0.2% | - |
| HSV(B) | 338.61º | 1% | 0.4% | - |
| XYZ | 5.69 | 2.89 | 1.93 | - |
| YUV | 34.3 | 128.96 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 36 | 0 | 1 | 0.64 | 0.60 | 338.61 | 1 | 0.2 |
| Hex | 65 | 0 | 24 | 0 | 64 | 40 | 3C | 153 | 64 | 14 |
| Octal | 145 | 0 | 44 | 0 | 144 | 100 | 74 | 523 | 144 | 24 |
| Binary | 1100101 | 0 | 100100 | 0 | 1100100 | 1000000 | 111100 | 101010011 | 1100100 | 10100 |
Color Harmonies of #650024
Complementary color
Monochromatic Colors of #650024
Black with #650024
Text Example
Text Example
White with #650024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650024; }
p { color: rgb(101,0,36); }
H1.HeaderClassName
{
color: #650024;
}
.AnyTagClassName
{
color: #650024;
}
</style>
background-color css
<style>
a { background-color: #650024; }
a { background-color: rgb(101,0,36); }
div.DivClassName
{
background-color: #650024;
}
.BgClassName
{
background-color: #650024;
}
</style>
border-color css
<style>
span { border-color: #650024; }
span { border-color: rgb(101,0,36); }
td.TdClassName
{
border-color: #650024;
}
.TagClassName
{
border-color: #650024;
}
</style>