Shades of Maroon #651100
Tints of Maroon #651100
RGB
CMYK
RGB Variations
Color information
#651100 (or 0x651100) is known color: Maroon. HEX triplet: 65, 11 and 00. RGB value is (101,17,0). Sum of RGB (Red+Green+Blue) = 101+17+0=118 (15% of max value = 765). Red value is 101 (39.84% from 255 or 85.59% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 101 - color contains mainly: red. Hex color #651100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651100 is #9AEEFF. Grayscale: #282828. Windows color (decimal): -10153728 or 4453. OLE color: 4453.
HSL color Cylindrical-coordinate representation of color #651100: hue angle of 10.1º 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 #651100 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 17 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.60 |
| HSL | 10.1º | 1% | 0.2% | - |
| HSV(B) | 10.1º | 1% | 0.4% | - |
| XYZ | 5.57 | 3.17 | 0.32 | - |
| YUV | 40.18 | 105.33 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 17 | 0 | 0 | 0.83 | 1 | 0.60 | 10.1 | 1 | 0.2 |
| Hex | 65 | 11 | 0 | 0 | 53 | 64 | 3C | A | 64 | 14 |
| Octal | 145 | 21 | 0 | 0 | 123 | 144 | 74 | 12 | 144 | 24 |
| Binary | 1100101 | 10001 | 0 | 0 | 1010011 | 1100100 | 111100 | 1010 | 1100100 | 10100 |
Color Harmonies of #651100
Complementary color
Monochromatic Colors of #651100
Black with #651100
Text Example
Text Example
White with #651100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651100; }
p { color: rgb(101,17,0); }
H1.HeaderClassName
{
color: #651100;
}
.AnyTagClassName
{
color: #651100;
}
</style>
background-color css
<style>
a { background-color: #651100; }
a { background-color: rgb(101,17,0); }
div.DivClassName
{
background-color: #651100;
}
.BgClassName
{
background-color: #651100;
}
</style>
border-color css
<style>
span { border-color: #651100; }
span { border-color: rgb(101,17,0); }
td.TdClassName
{
border-color: #651100;
}
.TagClassName
{
border-color: #651100;
}
</style>