Shades of Maroon #650C02
Tints of Maroon #650C02
RGB
CMYK
RGB Variations
Color information
#650C02 (or 0x650C02) is known color: Maroon. HEX triplet: 65, 0C and 02. RGB value is (101,12,2). Sum of RGB (Red+Green+Blue) = 101+12+2=115 (15% of max value = 765). Red value is 101 (39.84% from 255 or 87.83% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 101 - color contains mainly: red. Hex color #650C02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650C02 is #9AF3FD. Grayscale: #252525. Windows color (decimal): -10155006 or 134245. OLE color: 134245.
HSL color Cylindrical-coordinate representation of color #650C02: hue angle of 6.06º 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 #650C02 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 12 | 2 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.60 |
| HSL | 6.06º | 0.96% | 0.2% | - |
| HSV(B) | 6.06º | 0.98% | 0.4% | - |
| XYZ | 5.51 | 3.03 | 0.35 | - |
| YUV | 37.47 | 107.99 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 12 | 2 | 0 | 0.88 | 0.98 | 0.60 | 6.06 | 0.96 | 0.2 |
| Hex | 65 | C | 2 | 0 | 58 | 62 | 3C | 6 | 60 | 14 |
| Octal | 145 | 14 | 2 | 0 | 130 | 142 | 74 | 6 | 140 | 24 |
| Binary | 1100101 | 1100 | 10 | 0 | 1011000 | 1100010 | 111100 | 110 | 1100000 | 10100 |
Color Harmonies of #650C02
Complementary color
Monochromatic Colors of #650C02
Black with #650C02
Text Example
Text Example
White with #650C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650C02; }
p { color: rgb(101,12,2); }
H1.HeaderClassName
{
color: #650C02;
}
.AnyTagClassName
{
color: #650C02;
}
</style>
background-color css
<style>
a { background-color: #650C02; }
a { background-color: rgb(101,12,2); }
div.DivClassName
{
background-color: #650C02;
}
.BgClassName
{
background-color: #650C02;
}
</style>
border-color css
<style>
span { border-color: #650C02; }
span { border-color: rgb(101,12,2); }
td.TdClassName
{
border-color: #650C02;
}
.TagClassName
{
border-color: #650C02;
}
</style>