Shades of Maroon #640B04
Tints of Maroon #640B04
RGB
CMYK
RGB Variations
Color information
#640B04 (or 0x640B04) is known color: Maroon. HEX triplet: 64, 0B and 04. RGB value is (100,11,4). Sum of RGB (Red+Green+Blue) = 100+11+4=115 (15% of max value = 765). Red value is 100 (39.45% from 255 or 86.96% from 115); Green value is 11 (4.69% from 255 or 9.57% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 100 - color contains mainly: red. Hex color #640B04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640B04 is #9BF4FB. Grayscale: #242424. Windows color (decimal): -10220796 or 265060. OLE color: 265060.
HSL color Cylindrical-coordinate representation of color #640B04: hue angle of 4.38º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #640B04 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 11 | 4 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.61 |
| HSL | 4.38º | 0.92% | 0.2% | - |
| HSV(B) | 4.38º | 0.96% | 0.39% | - |
| XYZ | 5.4 | 2.96 | 0.4 | - |
| YUV | 36.81 | 109.49 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 11 | 4 | 0 | 0.89 | 0.96 | 0.61 | 4.38 | 0.92 | 0.2 |
| Hex | 64 | B | 4 | 0 | 59 | 60 | 3D | 4 | 5C | 14 |
| Octal | 144 | 13 | 4 | 0 | 131 | 140 | 75 | 4 | 134 | 24 |
| Binary | 1100100 | 1011 | 100 | 0 | 1011001 | 1100000 | 111101 | 100 | 1011100 | 10100 |
Color Harmonies of #640B04
Complementary color
Monochromatic Colors of #640B04
Black with #640B04
Text Example
Text Example
White with #640B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640B04; }
p { color: rgb(100,11,4); }
H1.HeaderClassName
{
color: #640B04;
}
.AnyTagClassName
{
color: #640B04;
}
</style>
background-color css
<style>
a { background-color: #640B04; }
a { background-color: rgb(100,11,4); }
div.DivClassName
{
background-color: #640B04;
}
.BgClassName
{
background-color: #640B04;
}
</style>
border-color css
<style>
span { border-color: #640B04; }
span { border-color: rgb(100,11,4); }
td.TdClassName
{
border-color: #640B04;
}
.TagClassName
{
border-color: #640B04;
}
</style>