Shades of Maroon #650D00
Tints of Maroon #650D00
RGB
CMYK
RGB Variations
Color information
#650D00 (or 0x650D00) is known color: Maroon. HEX triplet: 65, 0D and 00. RGB value is (101,13,0). Sum of RGB (Red+Green+Blue) = 101+13+0=114 (15% of max value = 765). Red value is 101 (39.84% from 255 or 88.60% from 114); Green value is 13 (5.47% from 255 or 11.40% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 101 - color contains mainly: red. Hex color #650D00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650D00 is #9AF2FF. Grayscale: #252525. Windows color (decimal): -10154752 or 3429. OLE color: 3429.
HSL color Cylindrical-coordinate representation of color #650D00: hue angle of 7.72º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #650D00 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 13 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.60 |
| HSL | 7.72º | 1% | 0.2% | - |
| HSV(B) | 7.72º | 1% | 0.4% | - |
| XYZ | 5.51 | 3.05 | 0.3 | - |
| YUV | 37.83 | 106.65 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 13 | 0 | 0 | 0.87 | 1 | 0.60 | 7.72 | 1 | 0.2 |
| Hex | 65 | D | 0 | 0 | 57 | 64 | 3C | 8 | 64 | 14 |
| Octal | 145 | 15 | 0 | 0 | 127 | 144 | 74 | 10 | 144 | 24 |
| Binary | 1100101 | 1101 | 0 | 0 | 1010111 | 1100100 | 111100 | 1000 | 1100100 | 10100 |
Color Harmonies of #650D00
Complementary color
Monochromatic Colors of #650D00
Black with #650D00
Text Example
Text Example
White with #650D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650D00; }
p { color: rgb(101,13,0); }
H1.HeaderClassName
{
color: #650D00;
}
.AnyTagClassName
{
color: #650D00;
}
</style>
background-color css
<style>
a { background-color: #650D00; }
a { background-color: rgb(101,13,0); }
div.DivClassName
{
background-color: #650D00;
}
.BgClassName
{
background-color: #650D00;
}
</style>
border-color css
<style>
span { border-color: #650D00; }
span { border-color: rgb(101,13,0); }
td.TdClassName
{
border-color: #650D00;
}
.TagClassName
{
border-color: #650D00;
}
</style>