Shades of Maroon #651101
Tints of Maroon #651101
RGB
CMYK
RGB Variations
Color information
#651101 (or 0x651101) is known color: Maroon. HEX triplet: 65, 11 and 01. RGB value is (101,17,1). Sum of RGB (Red+Green+Blue) = 101+17+1=119 (15% of max value = 765). Red value is 101 (39.84% from 255 or 84.87% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 101 - color contains mainly: red. Hex color #651101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651101 is #9AEEFE. Grayscale: #282828. Windows color (decimal): -10153727 or 69989. OLE color: 69989.
HSL color Cylindrical-coordinate representation of color #651101: hue angle of 9.6º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #651101 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 17 | 1 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.60 |
| HSL | 9.6º | 0.98% | 0.2% | - |
| HSV(B) | 9.6º | 0.99% | 0.4% | - |
| XYZ | 5.57 | 3.17 | 0.35 | - |
| YUV | 40.29 | 105.83 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 17 | 1 | 0 | 0.83 | 0.99 | 0.60 | 9.6 | 0.98 | 0.2 |
| Hex | 65 | 11 | 1 | 0 | 53 | 63 | 3C | A | 62 | 14 |
| Octal | 145 | 21 | 1 | 0 | 123 | 143 | 74 | 12 | 142 | 24 |
| Binary | 1100101 | 10001 | 1 | 0 | 1010011 | 1100011 | 111100 | 1010 | 1100010 | 10100 |
Color Harmonies of #651101
Complementary color
Monochromatic Colors of #651101
Black with #651101
Text Example
Text Example
White with #651101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651101; }
p { color: rgb(101,17,1); }
H1.HeaderClassName
{
color: #651101;
}
.AnyTagClassName
{
color: #651101;
}
</style>
background-color css
<style>
a { background-color: #651101; }
a { background-color: rgb(101,17,1); }
div.DivClassName
{
background-color: #651101;
}
.BgClassName
{
background-color: #651101;
}
</style>
border-color css
<style>
span { border-color: #651101; }
span { border-color: rgb(101,17,1); }
td.TdClassName
{
border-color: #651101;
}
.TagClassName
{
border-color: #651101;
}
</style>