Shades of Burgundy #640123
Tints of Burgundy #640123
RGB
CMYK
RGB Variations
Color information
#640123 (or 0x640123) is known color: Burgundy. HEX triplet: 64, 01 and 23. RGB value is (100,1,35). Sum of RGB (Red+Green+Blue) = 100+1+35=136 (18% of max value = 765). Red value is 100 (39.45% from 255 or 73.53% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 100 - color contains mainly: red. Hex color #640123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640123 is #9BFEDC. Grayscale: #222222. Windows color (decimal): -10223325 or 2294116. OLE color: 2294116.
HSL color Cylindrical-coordinate representation of color #640123: hue angle of 339.39º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #640123 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 1 | 35 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.61 |
| HSL | 339.39º | 0.98% | 0.2% | - |
| HSV(B) | 339.39º | 0.99% | 0.39% | - |
| XYZ | 5.57 | 2.85 | 1.85 | - |
| YUV | 34.48 | 128.3 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 35 | 0 | 0.99 | 0.65 | 0.61 | 339.39 | 0.98 | 0.2 |
| Hex | 64 | 1 | 23 | 0 | 63 | 41 | 3D | 153 | 62 | 14 |
| Octal | 144 | 1 | 43 | 0 | 143 | 101 | 75 | 523 | 142 | 24 |
| Binary | 1100100 | 1 | 100011 | 0 | 1100011 | 1000001 | 111101 | 101010011 | 1100010 | 10100 |
Color Harmonies of #640123
Complementary color
Monochromatic Colors of #640123
Black with #640123
Text Example
Text Example
White with #640123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640123; }
p { color: rgb(100,1,35); }
H1.HeaderClassName
{
color: #640123;
}
.AnyTagClassName
{
color: #640123;
}
</style>
background-color css
<style>
a { background-color: #640123; }
a { background-color: rgb(100,1,35); }
div.DivClassName
{
background-color: #640123;
}
.BgClassName
{
background-color: #640123;
}
</style>
border-color css
<style>
span { border-color: #640123; }
span { border-color: rgb(100,1,35); }
td.TdClassName
{
border-color: #640123;
}
.TagClassName
{
border-color: #640123;
}
</style>