Shades of Maroon #650C00
Tints of Maroon #650C00
RGB
CMYK
RGB Variations
Color information
#650C00 (or 0x650C00) is known color: Maroon. HEX triplet: 65, 0C and 00. RGB value is (101,12,0). Sum of RGB (Red+Green+Blue) = 101+12+0=113 (14% of max value = 765). Red value is 101 (39.84% from 255 or 89.38% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 101 - color contains mainly: red. Hex color #650C00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650C00 is #9AF3FF. Grayscale: #252525. Windows color (decimal): -10155008 or 3173. OLE color: 3173.
HSL color Cylindrical-coordinate representation of color #650C00: hue angle of 7.13º 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 #650C00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 12 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.60 |
| HSL | 7.13º | 1% | 0.2% | - |
| HSV(B) | 7.13º | 1% | 0.4% | - |
| XYZ | 5.5 | 3.03 | 0.29 | - |
| YUV | 37.24 | 106.99 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 12 | 0 | 0 | 0.88 | 1 | 0.60 | 7.13 | 1 | 0.2 |
| Hex | 65 | C | 0 | 0 | 58 | 64 | 3C | 7 | 64 | 14 |
| Octal | 145 | 14 | 0 | 0 | 130 | 144 | 74 | 7 | 144 | 24 |
| Binary | 1100101 | 1100 | 0 | 0 | 1011000 | 1100100 | 111100 | 111 | 1100100 | 10100 |
Color Harmonies of #650C00
Complementary color
Monochromatic Colors of #650C00
Black with #650C00
Text Example
Text Example
White with #650C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650C00; }
p { color: rgb(101,12,0); }
H1.HeaderClassName
{
color: #650C00;
}
.AnyTagClassName
{
color: #650C00;
}
</style>
background-color css
<style>
a { background-color: #650C00; }
a { background-color: rgb(101,12,0); }
div.DivClassName
{
background-color: #650C00;
}
.BgClassName
{
background-color: #650C00;
}
</style>
border-color css
<style>
span { border-color: #650C00; }
span { border-color: rgb(101,12,0); }
td.TdClassName
{
border-color: #650C00;
}
.TagClassName
{
border-color: #650C00;
}
</style>