Shades of Maroon #641000
Tints of Maroon #641000
RGB
CMYK
RGB Variations
Color information
#641000 (or 0x641000) is known color: Maroon. HEX triplet: 64, 10 and 00. RGB value is (100,16,0). Sum of RGB (Red+Green+Blue) = 100+16+0=116 (15% of max value = 765). Red value is 100 (39.45% from 255 or 86.21% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 100 - color contains mainly: red. Hex color #641000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641000 is #9BEFFF. Grayscale: #272727. Windows color (decimal): -10219520 or 4196. OLE color: 4196.
HSL color Cylindrical-coordinate representation of color #641000: hue angle of 9.6º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #641000 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 16 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.61 |
| HSL | 9.6º | 1% | 0.2% | - |
| HSV(B) | 9.6º | 1% | 0.39% | - |
| XYZ | 5.44 | 3.08 | 0.31 | - |
| YUV | 39.29 | 105.83 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 0 | 0 | 0.84 | 1 | 0.61 | 9.6 | 1 | 0.2 |
| Hex | 64 | 10 | 0 | 0 | 54 | 64 | 3D | A | 64 | 14 |
| Octal | 144 | 20 | 0 | 0 | 124 | 144 | 75 | 12 | 144 | 24 |
| Binary | 1100100 | 10000 | 0 | 0 | 1010100 | 1100100 | 111101 | 1010 | 1100100 | 10100 |
Color Harmonies of #641000
Complementary color
Monochromatic Colors of #641000
Black with #641000
Text Example
Text Example
White with #641000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641000; }
p { color: rgb(100,16,0); }
H1.HeaderClassName
{
color: #641000;
}
.AnyTagClassName
{
color: #641000;
}
</style>
background-color css
<style>
a { background-color: #641000; }
a { background-color: rgb(100,16,0); }
div.DivClassName
{
background-color: #641000;
}
.BgClassName
{
background-color: #641000;
}
</style>
border-color css
<style>
span { border-color: #641000; }
span { border-color: rgb(100,16,0); }
td.TdClassName
{
border-color: #641000;
}
.TagClassName
{
border-color: #641000;
}
</style>