Shades of Maroon #630100
Tints of Maroon #630100
RGB
CMYK
RGB Variations
Color information
#630100 (or 0x630100) is known color: Maroon. HEX triplet: 63, 01 and 00. RGB value is (99,1,0). Sum of RGB (Red+Green+Blue) = 99+1+0=100 (13% of max value = 765). Red value is 99 (39.06% from 255 or 99% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 99 - color contains mainly: red. Hex color #630100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630100 is #9CFEFF. Grayscale: #1E1E1E. Windows color (decimal): -10288896 or 355. OLE color: 355.
HSL color Cylindrical-coordinate representation of color #630100: hue angle of 0.61º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #630100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 1 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.61 |
| HSL | 0.61º | 1% | 0.19% | - |
| HSV(B) | 0.61º | 1% | 0.39% | - |
| XYZ | 5.16 | 2.67 | 0.24 | - |
| YUV | 30.19 | 110.97 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 0 | 0 | 0.99 | 1 | 0.61 | 0.61 | 1 | 0.19 |
| Hex | 63 | 1 | 0 | 0 | 63 | 64 | 3D | 1 | 64 | 13 |
| Octal | 143 | 1 | 0 | 0 | 143 | 144 | 75 | 1 | 144 | 23 |
| Binary | 1100011 | 1 | 0 | 0 | 1100011 | 1100100 | 111101 | 1 | 1100100 | 10011 |
Color Harmonies of #630100
Complementary color
Monochromatic Colors of #630100
Black with #630100
Text Example
Text Example
White with #630100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630100; }
p { color: rgb(99,1,0); }
H1.HeaderClassName
{
color: #630100;
}
.AnyTagClassName
{
color: #630100;
}
</style>
background-color css
<style>
a { background-color: #630100; }
a { background-color: rgb(99,1,0); }
div.DivClassName
{
background-color: #630100;
}
.BgClassName
{
background-color: #630100;
}
</style>
border-color css
<style>
span { border-color: #630100; }
span { border-color: rgb(99,1,0); }
td.TdClassName
{
border-color: #630100;
}
.TagClassName
{
border-color: #630100;
}
</style>