Shades of Maroon #650501
Tints of Maroon #650501
RGB
CMYK
RGB Variations
Color information
#650501 (or 0x650501) is known color: Maroon. HEX triplet: 65, 05 and 01. RGB value is (101,5,1). Sum of RGB (Red+Green+Blue) = 101+5+1=107 (14% of max value = 765). Red value is 101 (39.84% from 255 or 94.39% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 101 - color contains mainly: red. Hex color #650501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650501 is #9AFAFE. Grayscale: #212121. Windows color (decimal): -10156799 or 66917. OLE color: 66917.
HSL color Cylindrical-coordinate representation of color #650501: hue angle of 2.4º 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 #650501 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 5 | 1 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.60 |
| HSL | 2.4º | 0.98% | 0.2% | - |
| HSV(B) | 2.4º | 0.99% | 0.4% | - |
| XYZ | 5.43 | 2.88 | 0.3 | - |
| YUV | 33.25 | 109.8 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 5 | 1 | 0 | 0.95 | 0.99 | 0.60 | 2.4 | 0.98 | 0.2 |
| Hex | 65 | 5 | 1 | 0 | 5F | 63 | 3C | 2 | 62 | 14 |
| Octal | 145 | 5 | 1 | 0 | 137 | 143 | 74 | 2 | 142 | 24 |
| Binary | 1100101 | 101 | 1 | 0 | 1011111 | 1100011 | 111100 | 10 | 1100010 | 10100 |
Color Harmonies of #650501
Complementary color
Monochromatic Colors of #650501
Black with #650501
Text Example
Text Example
White with #650501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650501; }
p { color: rgb(101,5,1); }
H1.HeaderClassName
{
color: #650501;
}
.AnyTagClassName
{
color: #650501;
}
</style>
background-color css
<style>
a { background-color: #650501; }
a { background-color: rgb(101,5,1); }
div.DivClassName
{
background-color: #650501;
}
.BgClassName
{
background-color: #650501;
}
</style>
border-color css
<style>
span { border-color: #650501; }
span { border-color: rgb(101,5,1); }
td.TdClassName
{
border-color: #650501;
}
.TagClassName
{
border-color: #650501;
}
</style>