Shades of Burgundy #650211
Tints of Burgundy #650211
RGB
CMYK
RGB Variations
Color information
#650211 (or 0x650211) is known color: Burgundy. HEX triplet: 65, 02 and 11. RGB value is (101,2,17). Sum of RGB (Red+Green+Blue) = 101+2+17=120 (15% of max value = 765). Red value is 101 (39.84% from 255 or 84.17% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 101 - color contains mainly: red. Hex color #650211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650211 is #9AFDEE. Grayscale: #212121. Windows color (decimal): -10157551 or 1114725. OLE color: 1114725.
HSL color Cylindrical-coordinate representation of color #650211: hue angle of 350.91º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #650211 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 2 | 17 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.60 |
| HSL | 350.91º | 0.96% | 0.2% | - |
| HSV(B) | 350.91º | 0.98% | 0.4% | - |
| XYZ | 5.49 | 2.85 | 0.79 | - |
| YUV | 33.31 | 118.8 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 17 | 0 | 0.98 | 0.83 | 0.60 | 350.91 | 0.96 | 0.2 |
| Hex | 65 | 2 | 11 | 0 | 62 | 53 | 3C | 15F | 60 | 14 |
| Octal | 145 | 2 | 21 | 0 | 142 | 123 | 74 | 537 | 140 | 24 |
| Binary | 1100101 | 10 | 10001 | 0 | 1100010 | 1010011 | 111100 | 101011111 | 1100000 | 10100 |
Color Harmonies of #650211
Complementary color
Monochromatic Colors of #650211
Black with #650211
Text Example
Text Example
White with #650211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650211; }
p { color: rgb(101,2,17); }
H1.HeaderClassName
{
color: #650211;
}
.AnyTagClassName
{
color: #650211;
}
</style>
background-color css
<style>
a { background-color: #650211; }
a { background-color: rgb(101,2,17); }
div.DivClassName
{
background-color: #650211;
}
.BgClassName
{
background-color: #650211;
}
</style>
border-color css
<style>
span { border-color: #650211; }
span { border-color: rgb(101,2,17); }
td.TdClassName
{
border-color: #650211;
}
.TagClassName
{
border-color: #650211;
}
</style>