Shades of Maroon #650A07
Tints of Maroon #650A07
RGB
CMYK
RGB Variations
Color information
#650A07 (or 0x650A07) is known color: Maroon. HEX triplet: 65, 0A and 07. RGB value is (101,10,7). Sum of RGB (Red+Green+Blue) = 101+10+7=118 (15% of max value = 765). Red value is 101 (39.84% from 255 or 85.59% from 118); Green value is 10 (4.30% from 255 or 8.47% from 118); Blue value is 7 (3.12% from 255 or 5.93% from 118); Max value from RGB is 101 - color contains mainly: red. Hex color #650A07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650A07 is #9AF5F8. Grayscale: #242424. Windows color (decimal): -10155513 or 461413. OLE color: 461413.
HSL color Cylindrical-coordinate representation of color #650A07: hue angle of 1.91º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650A07 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 10 | 7 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.60 |
| HSL | 1.91º | 0.87% | 0.21% | - |
| HSV(B) | 1.91º | 0.93% | 0.4% | - |
| XYZ | 5.51 | 3 | 0.49 | - |
| YUV | 36.87 | 111.15 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 10 | 7 | 0 | 0.90 | 0.93 | 0.60 | 1.91 | 0.87 | 0.21 |
| Hex | 65 | A | 7 | 0 | 5A | 5D | 3C | 2 | 57 | 15 |
| Octal | 145 | 12 | 7 | 0 | 132 | 135 | 74 | 2 | 127 | 25 |
| Binary | 1100101 | 1010 | 111 | 0 | 1011010 | 1011101 | 111100 | 10 | 1010111 | 10101 |
Color Harmonies of #650A07
Complementary color
Monochromatic Colors of #650A07
Black with #650A07
Text Example
Text Example
White with #650A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650A07; }
p { color: rgb(101,10,7); }
H1.HeaderClassName
{
color: #650A07;
}
.AnyTagClassName
{
color: #650A07;
}
</style>
background-color css
<style>
a { background-color: #650A07; }
a { background-color: rgb(101,10,7); }
div.DivClassName
{
background-color: #650A07;
}
.BgClassName
{
background-color: #650A07;
}
</style>
border-color css
<style>
span { border-color: #650A07; }
span { border-color: rgb(101,10,7); }
td.TdClassName
{
border-color: #650A07;
}
.TagClassName
{
border-color: #650A07;
}
</style>