Shades of Maroon #650602
Tints of Maroon #650602
RGB
CMYK
RGB Variations
Color information
#650602 (or 0x650602) is known color: Maroon. HEX triplet: 65, 06 and 02. RGB value is (101,6,2). Sum of RGB (Red+Green+Blue) = 101+6+2=109 (14% of max value = 765). Red value is 101 (39.84% from 255 or 92.66% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 101 - color contains mainly: red. Hex color #650602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650602 is #9AF9FD. Grayscale: #222222. Windows color (decimal): -10156542 or 132709. OLE color: 132709.
HSL color Cylindrical-coordinate representation of color #650602: hue angle of 2.42º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #650602 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 6 | 2 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.60 |
| HSL | 2.42º | 0.96% | 0.2% | - |
| HSV(B) | 2.42º | 0.98% | 0.4% | - |
| XYZ | 5.44 | 2.9 | 0.33 | - |
| YUV | 33.95 | 109.97 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 6 | 2 | 0 | 0.94 | 0.98 | 0.60 | 2.42 | 0.96 | 0.2 |
| Hex | 65 | 6 | 2 | 0 | 5E | 62 | 3C | 2 | 60 | 14 |
| Octal | 145 | 6 | 2 | 0 | 136 | 142 | 74 | 2 | 140 | 24 |
| Binary | 1100101 | 110 | 10 | 0 | 1011110 | 1100010 | 111100 | 10 | 1100000 | 10100 |
Color Harmonies of #650602
Complementary color
Monochromatic Colors of #650602
Black with #650602
Text Example
Text Example
White with #650602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650602; }
p { color: rgb(101,6,2); }
H1.HeaderClassName
{
color: #650602;
}
.AnyTagClassName
{
color: #650602;
}
</style>
background-color css
<style>
a { background-color: #650602; }
a { background-color: rgb(101,6,2); }
div.DivClassName
{
background-color: #650602;
}
.BgClassName
{
background-color: #650602;
}
</style>
border-color css
<style>
span { border-color: #650602; }
span { border-color: rgb(101,6,2); }
td.TdClassName
{
border-color: #650602;
}
.TagClassName
{
border-color: #650602;
}
</style>