Shades of Maroon #650705
Tints of Maroon #650705
RGB
CMYK
RGB Variations
Color information
#650705 (or 0x650705) is known color: Maroon. HEX triplet: 65, 07 and 05. RGB value is (101,7,5). Sum of RGB (Red+Green+Blue) = 101+7+5=113 (14% of max value = 765). Red value is 101 (39.84% from 255 or 89.38% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 101 - color contains mainly: red. Hex color #650705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650705 is #9AF8FA. Grayscale: #222222. Windows color (decimal): -10156283 or 329573. OLE color: 329573.
HSL color Cylindrical-coordinate representation of color #650705: hue angle of 1.25º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650705 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 7 | 5 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.60 |
| HSL | 1.25º | 0.91% | 0.21% | - |
| HSV(B) | 1.25º | 0.95% | 0.4% | - |
| XYZ | 5.47 | 2.93 | 0.42 | - |
| YUV | 34.88 | 111.14 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 7 | 5 | 0 | 0.93 | 0.95 | 0.60 | 1.25 | 0.91 | 0.21 |
| Hex | 65 | 7 | 5 | 0 | 5D | 5F | 3C | 1 | 5B | 15 |
| Octal | 145 | 7 | 5 | 0 | 135 | 137 | 74 | 1 | 133 | 25 |
| Binary | 1100101 | 111 | 101 | 0 | 1011101 | 1011111 | 111100 | 1 | 1011011 | 10101 |
Color Harmonies of #650705
Complementary color
Monochromatic Colors of #650705
Black with #650705
Text Example
Text Example
White with #650705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650705; }
p { color: rgb(101,7,5); }
H1.HeaderClassName
{
color: #650705;
}
.AnyTagClassName
{
color: #650705;
}
</style>
background-color css
<style>
a { background-color: #650705; }
a { background-color: rgb(101,7,5); }
div.DivClassName
{
background-color: #650705;
}
.BgClassName
{
background-color: #650705;
}
</style>
border-color css
<style>
span { border-color: #650705; }
span { border-color: rgb(101,7,5); }
td.TdClassName
{
border-color: #650705;
}
.TagClassName
{
border-color: #650705;
}
</style>