Shades of Burgundy #650424
Tints of Burgundy #650424
RGB
CMYK
RGB Variations
Color information
#650424 (or 0x650424) is known color: Burgundy. HEX triplet: 65, 04 and 24. RGB value is (101,4,36). Sum of RGB (Red+Green+Blue) = 101+4+36=141 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.63% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 101 - color contains mainly: red. Hex color #650424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650424 is #9AFBDB. Grayscale: #242424. Windows color (decimal): -10157020 or 2360421. OLE color: 2360421.
HSL color Cylindrical-coordinate representation of color #650424: hue angle of 340.21º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #650424 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 4 | 36 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.60 |
| HSL | 340.21º | 0.92% | 0.21% | - |
| HSV(B) | 340.21º | 0.96% | 0.4% | - |
| XYZ | 5.73 | 2.98 | 1.94 | - |
| YUV | 36.65 | 127.64 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 4 | 36 | 0 | 0.96 | 0.64 | 0.60 | 340.21 | 0.92 | 0.21 |
| Hex | 65 | 4 | 24 | 0 | 60 | 40 | 3C | 154 | 5C | 15 |
| Octal | 145 | 4 | 44 | 0 | 140 | 100 | 74 | 524 | 134 | 25 |
| Binary | 1100101 | 100 | 100100 | 0 | 1100000 | 1000000 | 111100 | 101010100 | 1011100 | 10101 |
Color Harmonies of #650424
Complementary color
Monochromatic Colors of #650424
Black with #650424
Text Example
Text Example
White with #650424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650424; }
p { color: rgb(101,4,36); }
H1.HeaderClassName
{
color: #650424;
}
.AnyTagClassName
{
color: #650424;
}
</style>
background-color css
<style>
a { background-color: #650424; }
a { background-color: rgb(101,4,36); }
div.DivClassName
{
background-color: #650424;
}
.BgClassName
{
background-color: #650424;
}
</style>
border-color css
<style>
span { border-color: #650424; }
span { border-color: rgb(101,4,36); }
td.TdClassName
{
border-color: #650424;
}
.TagClassName
{
border-color: #650424;
}
</style>