Shades of Burgundy #650005
Tints of Burgundy #650005
RGB
CMYK
RGB Variations
Color information
#650005 (or 0x650005) is known color: Burgundy. HEX triplet: 65, 00 and 05. RGB value is (101,0,5). Sum of RGB (Red+Green+Blue) = 101+0+5=106 (14% of max value = 765). Red value is 101 (39.84% from 255 or 95.28% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 101 - color contains mainly: red. Hex color #650005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650005 is #9AFFFA. Grayscale: #1E1E1E. Windows color (decimal): -10158075 or 327781. OLE color: 327781.
HSL color Cylindrical-coordinate representation of color #650005: hue angle of 357.03º 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 #650005 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.95 | 0.60 |
| HSL | 357.03º | 1% | 0.2% | - |
| HSV(B) | 357.03º | 1% | 0.4% | - |
| XYZ | 5.39 | 2.78 | 0.4 | - |
| YUV | 30.77 | 113.46 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 5 | 0 | 1 | 0.95 | 0.60 | 357.03 | 1 | 0.2 |
| Hex | 65 | 0 | 5 | 0 | 64 | 5F | 3C | 165 | 64 | 14 |
| Octal | 145 | 0 | 5 | 0 | 144 | 137 | 74 | 545 | 144 | 24 |
| Binary | 1100101 | 0 | 101 | 0 | 1100100 | 1011111 | 111100 | 101100101 | 1100100 | 10100 |
Color Harmonies of #650005
Complementary color
Monochromatic Colors of #650005
Black with #650005
Text Example
Text Example
White with #650005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650005; }
p { color: rgb(101,0,5); }
H1.HeaderClassName
{
color: #650005;
}
.AnyTagClassName
{
color: #650005;
}
</style>
background-color css
<style>
a { background-color: #650005; }
a { background-color: rgb(101,0,5); }
div.DivClassName
{
background-color: #650005;
}
.BgClassName
{
background-color: #650005;
}
</style>
border-color css
<style>
span { border-color: #650005; }
span { border-color: rgb(101,0,5); }
td.TdClassName
{
border-color: #650005;
}
.TagClassName
{
border-color: #650005;
}
</style>