Shades of Burgundy #650320
Tints of Burgundy #650320
RGB
CMYK
RGB Variations
Color information
#650320 (or 0x650320) is known color: Burgundy. HEX triplet: 65, 03 and 20. RGB value is (101,3,32). Sum of RGB (Red+Green+Blue) = 101+3+32=136 (18% of max value = 765). Red value is 101 (39.84% from 255 or 74.26% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 101 - color contains mainly: red. Hex color #650320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650320 is #9AFCDF. Grayscale: #232323. Windows color (decimal): -10157280 or 2098021. OLE color: 2098021.
HSL color Cylindrical-coordinate representation of color #650320: hue angle of 342.24º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #650320 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 3 | 32 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.60 |
| HSL | 342.24º | 0.94% | 0.2% | - |
| HSV(B) | 342.24º | 0.97% | 0.4% | - |
| XYZ | 5.66 | 2.94 | 1.63 | - |
| YUV | 35.61 | 125.97 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 3 | 32 | 0 | 0.97 | 0.68 | 0.60 | 342.24 | 0.94 | 0.2 |
| Hex | 65 | 3 | 20 | 0 | 61 | 44 | 3C | 156 | 5E | 14 |
| Octal | 145 | 3 | 40 | 0 | 141 | 104 | 74 | 526 | 136 | 24 |
| Binary | 1100101 | 11 | 100000 | 0 | 1100001 | 1000100 | 111100 | 101010110 | 1011110 | 10100 |
Color Harmonies of #650320
Complementary color
Monochromatic Colors of #650320
Black with #650320
Text Example
Text Example
White with #650320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650320; }
p { color: rgb(101,3,32); }
H1.HeaderClassName
{
color: #650320;
}
.AnyTagClassName
{
color: #650320;
}
</style>
background-color css
<style>
a { background-color: #650320; }
a { background-color: rgb(101,3,32); }
div.DivClassName
{
background-color: #650320;
}
.BgClassName
{
background-color: #650320;
}
</style>
border-color css
<style>
span { border-color: #650320; }
span { border-color: rgb(101,3,32); }
td.TdClassName
{
border-color: #650320;
}
.TagClassName
{
border-color: #650320;
}
</style>