Shades of Maroon #640303
Tints of Maroon #640303
RGB
CMYK
RGB Variations
Color information
#640303 (or 0x640303) is known color: Maroon. HEX triplet: 64, 03 and 03. RGB value is (100,3,3). Sum of RGB (Red+Green+Blue) = 100+3+3=106 (14% of max value = 765). Red value is 100 (39.45% from 255 or 94.34% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 3 (1.56% from 255 or 2.83% from 106); Max value from RGB is 100 - color contains mainly: red. Hex color #640303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640303 is #9BFCFC. Grayscale: #202020. Windows color (decimal): -10222845 or 197476. OLE color: 197476.
HSL color Cylindrical-coordinate representation of color #640303: hue angle of 0º 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 #640303 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 3 | 3 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.61 |
| HSL | 0º | 0.94% | 0.2% | - |
| HSV(B) | 0º | 0.97% | 0.39% | - |
| XYZ | 5.3 | 2.78 | 0.34 | - |
| YUV | 32 | 111.64 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 3 | 0 | 0.97 | 0.97 | 0.61 | 0 | 0.94 | 0.2 |
| Hex | 64 | 3 | 3 | 0 | 61 | 61 | 3D | 0 | 5E | 14 |
| Octal | 144 | 3 | 3 | 0 | 141 | 141 | 75 | 0 | 136 | 24 |
| Binary | 1100100 | 11 | 11 | 0 | 1100001 | 1100001 | 111101 | 0 | 1011110 | 10100 |
Color Harmonies of #640303
Complementary color
Monochromatic Colors of #640303
Black with #640303
Text Example
Text Example
White with #640303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640303; }
p { color: rgb(100,3,3); }
H1.HeaderClassName
{
color: #640303;
}
.AnyTagClassName
{
color: #640303;
}
</style>
background-color css
<style>
a { background-color: #640303; }
a { background-color: rgb(100,3,3); }
div.DivClassName
{
background-color: #640303;
}
.BgClassName
{
background-color: #640303;
}
</style>
border-color css
<style>
span { border-color: #640303; }
span { border-color: rgb(100,3,3); }
td.TdClassName
{
border-color: #640303;
}
.TagClassName
{
border-color: #640303;
}
</style>