Shades of Maroon #650200
Tints of Maroon #650200
RGB
CMYK
RGB Variations
Color information
#650200 (or 0x650200) is known color: Maroon. HEX triplet: 65, 02 and 00. RGB value is (101,2,0). Sum of RGB (Red+Green+Blue) = 101+2+0=103 (13% of max value = 765). Red value is 101 (39.84% from 255 or 98.06% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 101 - color contains mainly: red. Hex color #650200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650200 is #9AFDFF. Grayscale: #1F1F1F. Windows color (decimal): -10157568 or 613. OLE color: 613.
HSL color Cylindrical-coordinate representation of color #650200: hue angle of 1.19º 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 #650200 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 2 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.60 |
| HSL | 1.19º | 1% | 0.2% | - |
| HSV(B) | 1.19º | 1% | 0.4% | - |
| XYZ | 5.39 | 2.81 | 0.26 | - |
| YUV | 31.37 | 110.3 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 0 | 0 | 0.98 | 1 | 0.60 | 1.19 | 1 | 0.2 |
| Hex | 65 | 2 | 0 | 0 | 62 | 64 | 3C | 1 | 64 | 14 |
| Octal | 145 | 2 | 0 | 0 | 142 | 144 | 74 | 1 | 144 | 24 |
| Binary | 1100101 | 10 | 0 | 0 | 1100010 | 1100100 | 111100 | 1 | 1100100 | 10100 |
Color Harmonies of #650200
Complementary color
Monochromatic Colors of #650200
Black with #650200
Text Example
Text Example
White with #650200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650200; }
p { color: rgb(101,2,0); }
H1.HeaderClassName
{
color: #650200;
}
.AnyTagClassName
{
color: #650200;
}
</style>
background-color css
<style>
a { background-color: #650200; }
a { background-color: rgb(101,2,0); }
div.DivClassName
{
background-color: #650200;
}
.BgClassName
{
background-color: #650200;
}
</style>
border-color css
<style>
span { border-color: #650200; }
span { border-color: rgb(101,2,0); }
td.TdClassName
{
border-color: #650200;
}
.TagClassName
{
border-color: #650200;
}
</style>