Shades of Maroon #640A02
Tints of Maroon #640A02
RGB
CMYK
RGB Variations
Color information
#640A02 (or 0x640A02) is known color: Maroon. HEX triplet: 64, 0A and 02. RGB value is (100,10,2). Sum of RGB (Red+Green+Blue) = 100+10+2=112 (14% of max value = 765). Red value is 100 (39.45% from 255 or 89.29% from 112); Green value is 10 (4.30% from 255 or 8.93% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 100 - color contains mainly: red. Hex color #640A02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640A02 is #9BF5FD. Grayscale: #242424. Windows color (decimal): -10221054 or 133732. OLE color: 133732.
HSL color Cylindrical-coordinate representation of color #640A02: hue angle of 4.9º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #640A02 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 10 | 2 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.61 |
| HSL | 4.9º | 0.96% | 0.2% | - |
| HSV(B) | 4.9º | 0.98% | 0.39% | - |
| XYZ | 5.38 | 2.93 | 0.34 | - |
| YUV | 36 | 108.82 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 10 | 2 | 0 | 0.90 | 0.98 | 0.61 | 4.9 | 0.96 | 0.2 |
| Hex | 64 | A | 2 | 0 | 5A | 62 | 3D | 5 | 60 | 14 |
| Octal | 144 | 12 | 2 | 0 | 132 | 142 | 75 | 5 | 140 | 24 |
| Binary | 1100100 | 1010 | 10 | 0 | 1011010 | 1100010 | 111101 | 101 | 1100000 | 10100 |
Color Harmonies of #640A02
Complementary color
Monochromatic Colors of #640A02
Black with #640A02
Text Example
Text Example
White with #640A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640A02; }
p { color: rgb(100,10,2); }
H1.HeaderClassName
{
color: #640A02;
}
.AnyTagClassName
{
color: #640A02;
}
</style>
background-color css
<style>
a { background-color: #640A02; }
a { background-color: rgb(100,10,2); }
div.DivClassName
{
background-color: #640A02;
}
.BgClassName
{
background-color: #640A02;
}
</style>
border-color css
<style>
span { border-color: #640A02; }
span { border-color: rgb(100,10,2); }
td.TdClassName
{
border-color: #640A02;
}
.TagClassName
{
border-color: #640A02;
}
</style>