Shades of Burgundy #640325
Tints of Burgundy #640325
RGB
CMYK
RGB Variations
Color information
#640325 (or 0x640325) is known color: Burgundy. HEX triplet: 64, 03 and 25. RGB value is (100,3,37). Sum of RGB (Red+Green+Blue) = 100+3+37=140 (18% of max value = 765). Red value is 100 (39.45% from 255 or 71.43% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 100 - color contains mainly: red. Hex color #640325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640325 is #9BFCDA. Grayscale: #232323. Windows color (decimal): -10222811 or 2425700. OLE color: 2425700.
HSL color Cylindrical-coordinate representation of color #640325: hue angle of 338.97º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #640325 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 3 | 37 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.61 |
| HSL | 338.97º | 0.94% | 0.2% | - |
| HSV(B) | 338.97º | 0.97% | 0.39% | - |
| XYZ | 5.62 | 2.91 | 2.02 | - |
| YUV | 35.88 | 128.64 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 37 | 0 | 0.97 | 0.63 | 0.61 | 338.97 | 0.94 | 0.2 |
| Hex | 64 | 3 | 25 | 0 | 61 | 3F | 3D | 153 | 5E | 14 |
| Octal | 144 | 3 | 45 | 0 | 141 | 77 | 75 | 523 | 136 | 24 |
| Binary | 1100100 | 11 | 100101 | 0 | 1100001 | 111111 | 111101 | 101010011 | 1011110 | 10100 |
Color Harmonies of #640325
Complementary color
Monochromatic Colors of #640325
Black with #640325
Text Example
Text Example
White with #640325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640325; }
p { color: rgb(100,3,37); }
H1.HeaderClassName
{
color: #640325;
}
.AnyTagClassName
{
color: #640325;
}
</style>
background-color css
<style>
a { background-color: #640325; }
a { background-color: rgb(100,3,37); }
div.DivClassName
{
background-color: #640325;
}
.BgClassName
{
background-color: #640325;
}
</style>
border-color css
<style>
span { border-color: #640325; }
span { border-color: rgb(100,3,37); }
td.TdClassName
{
border-color: #640325;
}
.TagClassName
{
border-color: #640325;
}
</style>