Shades of Maroon #651000
Tints of Maroon #651000
RGB
CMYK
RGB Variations
Color information
#651000 (or 0x651000) is known color: Maroon. HEX triplet: 65, 10 and 00. RGB value is (101,16,0). Sum of RGB (Red+Green+Blue) = 101+16+0=117 (15% of max value = 765). Red value is 101 (39.84% from 255 or 86.32% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 101 - color contains mainly: red. Hex color #651000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651000 is #9AEFFF. Grayscale: #272727. Windows color (decimal): -10153984 or 4197. OLE color: 4197.
HSL color Cylindrical-coordinate representation of color #651000: hue angle of 9.5º 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 #651000 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 16 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.60 |
| HSL | 9.5º | 1% | 0.2% | - |
| HSV(B) | 9.5º | 1% | 0.4% | - |
| XYZ | 5.55 | 3.14 | 0.31 | - |
| YUV | 39.59 | 105.66 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 16 | 0 | 0 | 0.84 | 1 | 0.60 | 9.5 | 1 | 0.2 |
| Hex | 65 | 10 | 0 | 0 | 54 | 64 | 3C | A | 64 | 14 |
| Octal | 145 | 20 | 0 | 0 | 124 | 144 | 74 | 12 | 144 | 24 |
| Binary | 1100101 | 10000 | 0 | 0 | 1010100 | 1100100 | 111100 | 1010 | 1100100 | 10100 |
Color Harmonies of #651000
Complementary color
Monochromatic Colors of #651000
Black with #651000
Text Example
Text Example
White with #651000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651000; }
p { color: rgb(101,16,0); }
H1.HeaderClassName
{
color: #651000;
}
.AnyTagClassName
{
color: #651000;
}
</style>
background-color css
<style>
a { background-color: #651000; }
a { background-color: rgb(101,16,0); }
div.DivClassName
{
background-color: #651000;
}
.BgClassName
{
background-color: #651000;
}
</style>
border-color css
<style>
span { border-color: #651000; }
span { border-color: rgb(101,16,0); }
td.TdClassName
{
border-color: #651000;
}
.TagClassName
{
border-color: #651000;
}
</style>