Shades of Burgundy #650022
Tints of Burgundy #650022
RGB
CMYK
RGB Variations
Color information
#650022 (or 0x650022) is known color: Burgundy. HEX triplet: 65, 00 and 22. RGB value is (101,0,34). Sum of RGB (Red+Green+Blue) = 101+0+34=135 (17% of max value = 765). Red value is 101 (39.84% from 255 or 74.81% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 101 - color contains mainly: red. Hex color #650022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650022 is #9AFFDD. Grayscale: #222222. Windows color (decimal): -10158046 or 2228325. OLE color: 2228325.
HSL color Cylindrical-coordinate representation of color #650022: hue angle of 339.8º 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 #650022 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.66 | 0.60 |
| HSL | 339.8º | 1% | 0.2% | - |
| HSV(B) | 339.8º | 1% | 0.4% | - |
| XYZ | 5.66 | 2.88 | 1.77 | - |
| YUV | 34.08 | 127.96 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 34 | 0 | 1 | 0.66 | 0.60 | 339.8 | 1 | 0.2 |
| Hex | 65 | 0 | 22 | 0 | 64 | 42 | 3C | 154 | 64 | 14 |
| Octal | 145 | 0 | 42 | 0 | 144 | 102 | 74 | 524 | 144 | 24 |
| Binary | 1100101 | 0 | 100010 | 0 | 1100100 | 1000010 | 111100 | 101010100 | 1100100 | 10100 |
Color Harmonies of #650022
Complementary color
Monochromatic Colors of #650022
Black with #650022
Text Example
Text Example
White with #650022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650022; }
p { color: rgb(101,0,34); }
H1.HeaderClassName
{
color: #650022;
}
.AnyTagClassName
{
color: #650022;
}
</style>
background-color css
<style>
a { background-color: #650022; }
a { background-color: rgb(101,0,34); }
div.DivClassName
{
background-color: #650022;
}
.BgClassName
{
background-color: #650022;
}
</style>
border-color css
<style>
span { border-color: #650022; }
span { border-color: rgb(101,0,34); }
td.TdClassName
{
border-color: #650022;
}
.TagClassName
{
border-color: #650022;
}
</style>