Shades of Maroon #630C00
Tints of Maroon #630C00
RGB
CMYK
RGB Variations
Color information
#630C00 (or 0x630C00) is known color: Maroon. HEX triplet: 63, 0C and 00. RGB value is (99,12,0). Sum of RGB (Red+Green+Blue) = 99+12+0=111 (14% of max value = 765). Red value is 99 (39.06% from 255 or 89.19% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 99 - color contains mainly: red. Hex color #630C00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630C00 is #9CF3FF. Grayscale: #242424. Windows color (decimal): -10286080 or 3171. OLE color: 3171.
HSL color Cylindrical-coordinate representation of color #630C00: hue angle of 7.27º 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 #630C00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 12 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.61 |
| HSL | 7.27º | 1% | 0.19% | - |
| HSV(B) | 7.27º | 1% | 0.39% | - |
| XYZ | 5.28 | 2.92 | 0.28 | - |
| YUV | 36.65 | 107.32 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 12 | 0 | 0 | 0.88 | 1 | 0.61 | 7.27 | 1 | 0.19 |
| Hex | 63 | C | 0 | 0 | 58 | 64 | 3D | 7 | 64 | 13 |
| Octal | 143 | 14 | 0 | 0 | 130 | 144 | 75 | 7 | 144 | 23 |
| Binary | 1100011 | 1100 | 0 | 0 | 1011000 | 1100100 | 111101 | 111 | 1100100 | 10011 |
Color Harmonies of #630C00
Complementary color
Monochromatic Colors of #630C00
Black with #630C00
Text Example
Text Example
White with #630C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630C00; }
p { color: rgb(99,12,0); }
H1.HeaderClassName
{
color: #630C00;
}
.AnyTagClassName
{
color: #630C00;
}
</style>
background-color css
<style>
a { background-color: #630C00; }
a { background-color: rgb(99,12,0); }
div.DivClassName
{
background-color: #630C00;
}
.BgClassName
{
background-color: #630C00;
}
</style>
border-color css
<style>
span { border-color: #630C00; }
span { border-color: rgb(99,12,0); }
td.TdClassName
{
border-color: #630C00;
}
.TagClassName
{
border-color: #630C00;
}
</style>