Shades of Maroon #650101
Tints of Maroon #650101
RGB
CMYK
RGB Variations
Color information
#650101 (or 0x650101) is known color: Maroon. HEX triplet: 65, 01 and 01. RGB value is (101,1,1). Sum of RGB (Red+Green+Blue) = 101+1+1=103 (13% of max value = 765). Red value is 101 (39.84% from 255 or 98.06% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 101 - color contains mainly: red. Hex color #650101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650101 is #9AFEFE. Grayscale: #1E1E1E. Windows color (decimal): -10157823 or 65893. OLE color: 65893.
HSL color Cylindrical-coordinate representation of color #650101: hue angle of 0º 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 #650101 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 1 | 1 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.60 |
| HSL | 0º | 0.98% | 0.2% | - |
| HSV(B) | 0º | 0.99% | 0.4% | - |
| XYZ | 5.38 | 2.79 | 0.28 | - |
| YUV | 30.9 | 111.13 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 1 | 0 | 0.99 | 0.99 | 0.60 | 0 | 0.98 | 0.2 |
| Hex | 65 | 1 | 1 | 0 | 63 | 63 | 3C | 0 | 62 | 14 |
| Octal | 145 | 1 | 1 | 0 | 143 | 143 | 74 | 0 | 142 | 24 |
| Binary | 1100101 | 1 | 1 | 0 | 1100011 | 1100011 | 111100 | 0 | 1100010 | 10100 |
Color Harmonies of #650101
Complementary color
Monochromatic Colors of #650101
Black with #650101
Text Example
Text Example
White with #650101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650101; }
p { color: rgb(101,1,1); }
H1.HeaderClassName
{
color: #650101;
}
.AnyTagClassName
{
color: #650101;
}
</style>
background-color css
<style>
a { background-color: #650101; }
a { background-color: rgb(101,1,1); }
div.DivClassName
{
background-color: #650101;
}
.BgClassName
{
background-color: #650101;
}
</style>
border-color css
<style>
span { border-color: #650101; }
span { border-color: rgb(101,1,1); }
td.TdClassName
{
border-color: #650101;
}
.TagClassName
{
border-color: #650101;
}
</style>