Shades of Burgundy #650010
Tints of Burgundy #650010
RGB
CMYK
RGB Variations
Color information
#650010 (or 0x650010) is known color: Burgundy. HEX triplet: 65, 00 and 10. RGB value is (101,0,16). Sum of RGB (Red+Green+Blue) = 101+0+16=117 (15% of max value = 765). Red value is 101 (39.84% from 255 or 86.32% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 101 - color contains mainly: red. Hex color #650010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650010 is #9AFFEF. Grayscale: #202020. Windows color (decimal): -10158064 or 1048677. OLE color: 1048677.
HSL color Cylindrical-coordinate representation of color #650010: hue angle of 350.5º 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 #650010 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.84 | 0.60 |
| HSL | 350.5º | 1% | 0.2% | - |
| HSV(B) | 350.5º | 1% | 0.4% | - |
| XYZ | 5.46 | 2.8 | 0.74 | - |
| YUV | 32.02 | 118.96 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 16 | 0 | 1 | 0.84 | 0.60 | 350.5 | 1 | 0.2 |
| Hex | 65 | 0 | 10 | 0 | 64 | 54 | 3C | 15E | 64 | 14 |
| Octal | 145 | 0 | 20 | 0 | 144 | 124 | 74 | 536 | 144 | 24 |
| Binary | 1100101 | 0 | 10000 | 0 | 1100100 | 1010100 | 111100 | 101011110 | 1100100 | 10100 |
Color Harmonies of #650010
Complementary color
Monochromatic Colors of #650010
Black with #650010
Text Example
Text Example
White with #650010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650010; }
p { color: rgb(101,0,16); }
H1.HeaderClassName
{
color: #650010;
}
.AnyTagClassName
{
color: #650010;
}
</style>
background-color css
<style>
a { background-color: #650010; }
a { background-color: rgb(101,0,16); }
div.DivClassName
{
background-color: #650010;
}
.BgClassName
{
background-color: #650010;
}
</style>
border-color css
<style>
span { border-color: #650010; }
span { border-color: rgb(101,0,16); }
td.TdClassName
{
border-color: #650010;
}
.TagClassName
{
border-color: #650010;
}
</style>