Shades of Maroon #650B00
Tints of Maroon #650B00
RGB
CMYK
RGB Variations
Color information
#650B00 (or 0x650B00) is known color: Maroon. HEX triplet: 65, 0B and 00. RGB value is (101,11,0). Sum of RGB (Red+Green+Blue) = 101+11+0=112 (14% of max value = 765). Red value is 101 (39.84% from 255 or 90.18% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 101 - color contains mainly: red. Hex color #650B00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650B00 is #9AF4FF. Grayscale: #242424. Windows color (decimal): -10155264 or 2917. OLE color: 2917.
HSL color Cylindrical-coordinate representation of color #650B00: hue angle of 6.53º 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 #650B00 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 11 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.60 |
| HSL | 6.53º | 1% | 0.2% | - |
| HSV(B) | 6.53º | 1% | 0.4% | - |
| XYZ | 5.49 | 3.01 | 0.29 | - |
| YUV | 36.66 | 107.32 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 11 | 0 | 0 | 0.89 | 1 | 0.60 | 6.53 | 1 | 0.2 |
| Hex | 65 | B | 0 | 0 | 59 | 64 | 3C | 7 | 64 | 14 |
| Octal | 145 | 13 | 0 | 0 | 131 | 144 | 74 | 7 | 144 | 24 |
| Binary | 1100101 | 1011 | 0 | 0 | 1011001 | 1100100 | 111100 | 111 | 1100100 | 10100 |
Color Harmonies of #650B00
Complementary color
Monochromatic Colors of #650B00
Black with #650B00
Text Example
Text Example
White with #650B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650B00; }
p { color: rgb(101,11,0); }
H1.HeaderClassName
{
color: #650B00;
}
.AnyTagClassName
{
color: #650B00;
}
</style>
background-color css
<style>
a { background-color: #650B00; }
a { background-color: rgb(101,11,0); }
div.DivClassName
{
background-color: #650B00;
}
.BgClassName
{
background-color: #650B00;
}
</style>
border-color css
<style>
span { border-color: #650B00; }
span { border-color: rgb(101,11,0); }
td.TdClassName
{
border-color: #650B00;
}
.TagClassName
{
border-color: #650B00;
}
</style>