Shades of Maroon #630C01
Tints of Maroon #630C01
RGB
CMYK
RGB Variations
Color information
#630C01 (or 0x630C01) is known color: Maroon. HEX triplet: 63, 0C and 01. RGB value is (99,12,1). Sum of RGB (Red+Green+Blue) = 99+12+1=112 (14% of max value = 765). Red value is 99 (39.06% from 255 or 88.39% from 112); Green value is 12 (5.08% from 255 or 10.71% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 99 - color contains mainly: red. Hex color #630C01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630C01 is #9CF3FE. Grayscale: #242424. Windows color (decimal): -10286079 or 68707. OLE color: 68707.
HSL color Cylindrical-coordinate representation of color #630C01: hue angle of 6.73º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #630C01 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 12 | 1 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.61 |
| HSL | 6.73º | 0.98% | 0.2% | - |
| HSV(B) | 6.73º | 0.99% | 0.39% | - |
| XYZ | 5.28 | 2.92 | 0.31 | - |
| YUV | 36.76 | 107.82 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 12 | 1 | 0 | 0.88 | 0.99 | 0.61 | 6.73 | 0.98 | 0.2 |
| Hex | 63 | C | 1 | 0 | 58 | 63 | 3D | 7 | 62 | 14 |
| Octal | 143 | 14 | 1 | 0 | 130 | 143 | 75 | 7 | 142 | 24 |
| Binary | 1100011 | 1100 | 1 | 0 | 1011000 | 1100011 | 111101 | 111 | 1100010 | 10100 |
Color Harmonies of #630C01
Complementary color
Monochromatic Colors of #630C01
Black with #630C01
Text Example
Text Example
White with #630C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630C01; }
p { color: rgb(99,12,1); }
H1.HeaderClassName
{
color: #630C01;
}
.AnyTagClassName
{
color: #630C01;
}
</style>
background-color css
<style>
a { background-color: #630C01; }
a { background-color: rgb(99,12,1); }
div.DivClassName
{
background-color: #630C01;
}
.BgClassName
{
background-color: #630C01;
}
</style>
border-color css
<style>
span { border-color: #630C01; }
span { border-color: rgb(99,12,1); }
td.TdClassName
{
border-color: #630C01;
}
.TagClassName
{
border-color: #630C01;
}
</style>