Shades of Maroon #630503
Tints of Maroon #630503
RGB
CMYK
RGB Variations
Color information
#630503 (or 0x630503) is known color: Maroon. HEX triplet: 63, 05 and 03. RGB value is (99,5,3). Sum of RGB (Red+Green+Blue) = 99+5+3=107 (14% of max value = 765). Red value is 99 (39.06% from 255 or 92.52% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 3 (1.56% from 255 or 2.80% from 107); Max value from RGB is 99 - color contains mainly: red. Hex color #630503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630503 is #9CFAFC. Grayscale: #202020. Windows color (decimal): -10287869 or 197987. OLE color: 197987.
HSL color Cylindrical-coordinate representation of color #630503: hue angle of 1.25º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #630503 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 5 | 3 | - |
| CMYK | 0 | 0.95 | 0.97 | 0.61 |
| HSL | 1.25º | 0.94% | 0.2% | - |
| HSV(B) | 1.25º | 0.97% | 0.39% | - |
| XYZ | 5.22 | 2.77 | 0.35 | - |
| YUV | 32.88 | 111.14 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 5 | 3 | 0 | 0.95 | 0.97 | 0.61 | 1.25 | 0.94 | 0.2 |
| Hex | 63 | 5 | 3 | 0 | 5F | 61 | 3D | 1 | 5E | 14 |
| Octal | 143 | 5 | 3 | 0 | 137 | 141 | 75 | 1 | 136 | 24 |
| Binary | 1100011 | 101 | 11 | 0 | 1011111 | 1100001 | 111101 | 1 | 1011110 | 10100 |
Color Harmonies of #630503
Complementary color
Monochromatic Colors of #630503
Black with #630503
Text Example
Text Example
White with #630503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630503; }
p { color: rgb(99,5,3); }
H1.HeaderClassName
{
color: #630503;
}
.AnyTagClassName
{
color: #630503;
}
</style>
background-color css
<style>
a { background-color: #630503; }
a { background-color: rgb(99,5,3); }
div.DivClassName
{
background-color: #630503;
}
.BgClassName
{
background-color: #630503;
}
</style>
border-color css
<style>
span { border-color: #630503; }
span { border-color: rgb(99,5,3); }
td.TdClassName
{
border-color: #630503;
}
.TagClassName
{
border-color: #630503;
}
</style>