Shades of Maroon #650303
Tints of Maroon #650303
RGB
CMYK
RGB Variations
Color information
#650303 (or 0x650303) is known color: Maroon. HEX triplet: 65, 03 and 03. RGB value is (101,3,3). Sum of RGB (Red+Green+Blue) = 101+3+3=107 (14% of max value = 765). Red value is 101 (39.84% from 255 or 94.39% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 3 (1.56% from 255 or 2.80% from 107); Max value from RGB is 101 - color contains mainly: red. Hex color #650303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650303 is #9AFCFC. Grayscale: #202020. Windows color (decimal): -10157309 or 197477. OLE color: 197477.
HSL color Cylindrical-coordinate representation of color #650303: hue angle of 0º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #650303 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 3 | 3 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.60 |
| HSL | 0º | 0.94% | 0.2% | - |
| HSV(B) | 0º | 0.97% | 0.4% | - |
| XYZ | 5.42 | 2.84 | 0.35 | - |
| YUV | 32.3 | 111.47 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 3 | 3 | 0 | 0.97 | 0.97 | 0.60 | 0 | 0.94 | 0.2 |
| Hex | 65 | 3 | 3 | 0 | 61 | 61 | 3C | 0 | 5E | 14 |
| Octal | 145 | 3 | 3 | 0 | 141 | 141 | 74 | 0 | 136 | 24 |
| Binary | 1100101 | 11 | 11 | 0 | 1100001 | 1100001 | 111100 | 0 | 1011110 | 10100 |
Color Harmonies of #650303
Complementary color
Monochromatic Colors of #650303
Black with #650303
Text Example
Text Example
White with #650303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650303; }
p { color: rgb(101,3,3); }
H1.HeaderClassName
{
color: #650303;
}
.AnyTagClassName
{
color: #650303;
}
</style>
background-color css
<style>
a { background-color: #650303; }
a { background-color: rgb(101,3,3); }
div.DivClassName
{
background-color: #650303;
}
.BgClassName
{
background-color: #650303;
}
</style>
border-color css
<style>
span { border-color: #650303; }
span { border-color: rgb(101,3,3); }
td.TdClassName
{
border-color: #650303;
}
.TagClassName
{
border-color: #650303;
}
</style>