Shades of Maroon #650100
Tints of Maroon #650100
RGB
CMYK
RGB Variations
Color information
#650100 (or 0x650100) is known color: Maroon. HEX triplet: 65, 01 and 00. RGB value is (101,1,0). Sum of RGB (Red+Green+Blue) = 101+1+0=102 (13% of max value = 765). Red value is 101 (39.84% from 255 or 99.02% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 101 - color contains mainly: red. Hex color #650100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650100 is #9AFEFF. Grayscale: #1E1E1E. Windows color (decimal): -10157824 or 357. OLE color: 357.
HSL color Cylindrical-coordinate representation of color #650100: hue angle of 0.59º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #650100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 1 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.60 |
| HSL | 0.59º | 1% | 0.2% | - |
| HSV(B) | 0.59º | 1% | 0.4% | - |
| XYZ | 5.38 | 2.79 | 0.25 | - |
| YUV | 30.79 | 110.63 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 0 | 0 | 0.99 | 1 | 0.60 | 0.59 | 1 | 0.2 |
| Hex | 65 | 1 | 0 | 0 | 63 | 64 | 3C | 1 | 64 | 14 |
| Octal | 145 | 1 | 0 | 0 | 143 | 144 | 74 | 1 | 144 | 24 |
| Binary | 1100101 | 1 | 0 | 0 | 1100011 | 1100100 | 111100 | 1 | 1100100 | 10100 |
Color Harmonies of #650100
Complementary color
Monochromatic Colors of #650100
Black with #650100
Text Example
Text Example
White with #650100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650100; }
p { color: rgb(101,1,0); }
H1.HeaderClassName
{
color: #650100;
}
.AnyTagClassName
{
color: #650100;
}
</style>
background-color css
<style>
a { background-color: #650100; }
a { background-color: rgb(101,1,0); }
div.DivClassName
{
background-color: #650100;
}
.BgClassName
{
background-color: #650100;
}
</style>
border-color css
<style>
span { border-color: #650100; }
span { border-color: rgb(101,1,0); }
td.TdClassName
{
border-color: #650100;
}
.TagClassName
{
border-color: #650100;
}
</style>