Shades of Burgundy #650209
Tints of Burgundy #650209
RGB
CMYK
RGB Variations
Color information
#650209 (or 0x650209) is known color: Burgundy. HEX triplet: 65, 02 and 09. RGB value is (101,2,9). Sum of RGB (Red+Green+Blue) = 101+2+9=112 (14% of max value = 765). Red value is 101 (39.84% from 255 or 90.18% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 101 - color contains mainly: red. Hex color #650209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650209 is #9AFDF6. Grayscale: #202020. Windows color (decimal): -10157559 or 590437. OLE color: 590437.
HSL color Cylindrical-coordinate representation of color #650209: hue angle of 355.76º 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 #650209 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 2 | 9 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.60 |
| HSL | 355.76º | 0.96% | 0.2% | - |
| HSV(B) | 355.76º | 0.98% | 0.4% | - |
| XYZ | 5.44 | 2.83 | 0.52 | - |
| YUV | 32.4 | 114.8 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 9 | 0 | 0.98 | 0.91 | 0.60 | 355.76 | 0.96 | 0.2 |
| Hex | 65 | 2 | 9 | 0 | 62 | 5B | 3C | 164 | 60 | 14 |
| Octal | 145 | 2 | 11 | 0 | 142 | 133 | 74 | 544 | 140 | 24 |
| Binary | 1100101 | 10 | 1001 | 0 | 1100010 | 1011011 | 111100 | 101100100 | 1100000 | 10100 |
Color Harmonies of #650209
Complementary color
Monochromatic Colors of #650209
Black with #650209
Text Example
Text Example
White with #650209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650209; }
p { color: rgb(101,2,9); }
H1.HeaderClassName
{
color: #650209;
}
.AnyTagClassName
{
color: #650209;
}
</style>
background-color css
<style>
a { background-color: #650209; }
a { background-color: rgb(101,2,9); }
div.DivClassName
{
background-color: #650209;
}
.BgClassName
{
background-color: #650209;
}
</style>
border-color css
<style>
span { border-color: #650209; }
span { border-color: rgb(101,2,9); }
td.TdClassName
{
border-color: #650209;
}
.TagClassName
{
border-color: #650209;
}
</style>