Shades of Maroon #650E05
Tints of Maroon #650E05
RGB
CMYK
RGB Variations
Color information
#650E05 (or 0x650E05) is known color: Maroon. HEX triplet: 65, 0E and 05. RGB value is (101,14,5). Sum of RGB (Red+Green+Blue) = 101+14+5=120 (15% of max value = 765). Red value is 101 (39.84% from 255 or 84.17% from 120); Green value is 14 (5.86% from 255 or 11.67% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 101 - color contains mainly: red. Hex color #650E05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650E05 is #9AF1FA. Grayscale: #272727. Windows color (decimal): -10154491 or 331365. OLE color: 331365.
HSL color Cylindrical-coordinate representation of color #650E05: hue angle of 5.62º 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 #650E05 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 14 | 5 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.60 |
| HSL | 5.63º | 0.91% | 0.21% | - |
| HSV(B) | 5.63º | 0.95% | 0.4% | - |
| XYZ | 5.55 | 3.09 | 0.45 | - |
| YUV | 38.99 | 108.82 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 14 | 5 | 0 | 0.86 | 0.95 | 0.60 | 5.63 | 0.91 | 0.21 |
| Hex | 65 | E | 5 | 0 | 56 | 5F | 3C | 6 | 5B | 15 |
| Octal | 145 | 16 | 5 | 0 | 126 | 137 | 74 | 6 | 133 | 25 |
| Binary | 1100101 | 1110 | 101 | 0 | 1010110 | 1011111 | 111100 | 110 | 1011011 | 10101 |
Color Harmonies of #650E05
Complementary color
Monochromatic Colors of #650E05
Black with #650E05
Text Example
Text Example
White with #650E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650E05; }
p { color: rgb(101,14,5); }
H1.HeaderClassName
{
color: #650E05;
}
.AnyTagClassName
{
color: #650E05;
}
</style>
background-color css
<style>
a { background-color: #650E05; }
a { background-color: rgb(101,14,5); }
div.DivClassName
{
background-color: #650E05;
}
.BgClassName
{
background-color: #650E05;
}
</style>
border-color css
<style>
span { border-color: #650E05; }
span { border-color: rgb(101,14,5); }
td.TdClassName
{
border-color: #650E05;
}
.TagClassName
{
border-color: #650E05;
}
</style>