Shades of Burgundy #650110
Tints of Burgundy #650110
RGB
CMYK
RGB Variations
Color information
#650110 (or 0x650110) is known color: Burgundy. HEX triplet: 65, 01 and 10. RGB value is (101,1,16). Sum of RGB (Red+Green+Blue) = 101+1+16=118 (15% of max value = 765). Red value is 101 (39.84% from 255 or 85.59% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 101 - color contains mainly: red. Hex color #650110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650110 is #9AFEEF. Grayscale: #202020. Windows color (decimal): -10157808 or 1048933. OLE color: 1048933.
HSL color Cylindrical-coordinate representation of color #650110: hue angle of 351º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #650110 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 1 | 16 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.60 |
| HSL | 351º | 0.98% | 0.2% | - |
| HSV(B) | 351º | 0.99% | 0.4% | - |
| XYZ | 5.47 | 2.83 | 0.75 | - |
| YUV | 32.61 | 118.63 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 16 | 0 | 0.99 | 0.84 | 0.60 | 351 | 0.98 | 0.2 |
| Hex | 65 | 1 | 10 | 0 | 63 | 54 | 3C | 15F | 62 | 14 |
| Octal | 145 | 1 | 20 | 0 | 143 | 124 | 74 | 537 | 142 | 24 |
| Binary | 1100101 | 1 | 10000 | 0 | 1100011 | 1010100 | 111100 | 101011111 | 1100010 | 10100 |
Color Harmonies of #650110
Complementary color
Monochromatic Colors of #650110
Black with #650110
Text Example
Text Example
White with #650110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650110; }
p { color: rgb(101,1,16); }
H1.HeaderClassName
{
color: #650110;
}
.AnyTagClassName
{
color: #650110;
}
</style>
background-color css
<style>
a { background-color: #650110; }
a { background-color: rgb(101,1,16); }
div.DivClassName
{
background-color: #650110;
}
.BgClassName
{
background-color: #650110;
}
</style>
border-color css
<style>
span { border-color: #650110; }
span { border-color: rgb(101,1,16); }
td.TdClassName
{
border-color: #650110;
}
.TagClassName
{
border-color: #650110;
}
</style>