Shades of Maroon #640403
Tints of Maroon #640403
RGB
CMYK
RGB Variations
Color information
#640403 (or 0x640403) is known color: Maroon. HEX triplet: 64, 04 and 03. RGB value is (100,4,3). Sum of RGB (Red+Green+Blue) = 100+4+3=107 (14% of max value = 765). Red value is 100 (39.45% from 255 or 93.46% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 3 (1.56% from 255 or 2.80% from 107); Max value from RGB is 100 - color contains mainly: red. Hex color #640403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640403 is #9BFBFC. Grayscale: #202020. Windows color (decimal): -10222589 or 197732. OLE color: 197732.
HSL color Cylindrical-coordinate representation of color #640403: hue angle of 0.62º 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 #640403 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 4 | 3 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.61 |
| HSL | 0.62º | 0.94% | 0.2% | - |
| HSV(B) | 0.62º | 0.97% | 0.39% | - |
| XYZ | 5.32 | 2.8 | 0.35 | - |
| YUV | 32.59 | 111.3 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 4 | 3 | 0 | 0.96 | 0.97 | 0.61 | 0.62 | 0.94 | 0.2 |
| Hex | 64 | 4 | 3 | 0 | 60 | 61 | 3D | 1 | 5E | 14 |
| Octal | 144 | 4 | 3 | 0 | 140 | 141 | 75 | 1 | 136 | 24 |
| Binary | 1100100 | 100 | 11 | 0 | 1100000 | 1100001 | 111101 | 1 | 1011110 | 10100 |
Color Harmonies of #640403
Complementary color
Monochromatic Colors of #640403
Black with #640403
Text Example
Text Example
White with #640403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640403; }
p { color: rgb(100,4,3); }
H1.HeaderClassName
{
color: #640403;
}
.AnyTagClassName
{
color: #640403;
}
</style>
background-color css
<style>
a { background-color: #640403; }
a { background-color: rgb(100,4,3); }
div.DivClassName
{
background-color: #640403;
}
.BgClassName
{
background-color: #640403;
}
</style>
border-color css
<style>
span { border-color: #640403; }
span { border-color: rgb(100,4,3); }
td.TdClassName
{
border-color: #640403;
}
.TagClassName
{
border-color: #640403;
}
</style>