Shades of Maroon #640A05
Tints of Maroon #640A05
RGB
CMYK
RGB Variations
Color information
#640A05 (or 0x640A05) is known color: Maroon. HEX triplet: 64, 0A and 05. RGB value is (100,10,5). Sum of RGB (Red+Green+Blue) = 100+10+5=115 (15% of max value = 765). Red value is 100 (39.45% from 255 or 86.96% from 115); Green value is 10 (4.30% from 255 or 8.70% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 100 - color contains mainly: red. Hex color #640A05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640A05 is #9BF5FA. Grayscale: #242424. Windows color (decimal): -10221051 or 330340. OLE color: 330340.
HSL color Cylindrical-coordinate representation of color #640A05: hue angle of 3.16º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640A05 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 10 | 5 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.61 |
| HSL | 3.16º | 0.9% | 0.21% | - |
| HSV(B) | 3.16º | 0.95% | 0.39% | - |
| XYZ | 5.39 | 2.94 | 0.43 | - |
| YUV | 36.34 | 110.32 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 10 | 5 | 0 | 0.90 | 0.95 | 0.61 | 3.16 | 0.9 | 0.21 |
| Hex | 64 | A | 5 | 0 | 5A | 5F | 3D | 3 | 5A | 15 |
| Octal | 144 | 12 | 5 | 0 | 132 | 137 | 75 | 3 | 132 | 25 |
| Binary | 1100100 | 1010 | 101 | 0 | 1011010 | 1011111 | 111101 | 11 | 1011010 | 10101 |
Color Harmonies of #640A05
Complementary color
Monochromatic Colors of #640A05
Black with #640A05
Text Example
Text Example
White with #640A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640A05; }
p { color: rgb(100,10,5); }
H1.HeaderClassName
{
color: #640A05;
}
.AnyTagClassName
{
color: #640A05;
}
</style>
background-color css
<style>
a { background-color: #640A05; }
a { background-color: rgb(100,10,5); }
div.DivClassName
{
background-color: #640A05;
}
.BgClassName
{
background-color: #640A05;
}
</style>
border-color css
<style>
span { border-color: #640A05; }
span { border-color: rgb(100,10,5); }
td.TdClassName
{
border-color: #640A05;
}
.TagClassName
{
border-color: #640A05;
}
</style>