Shades of Maroon #630402
Tints of Maroon #630402
RGB
CMYK
RGB Variations
Color information
#630402 (or 0x630402) is known color: Maroon. HEX triplet: 63, 04 and 02. RGB value is (99,4,2). Sum of RGB (Red+Green+Blue) = 99+4+2=105 (13% of max value = 765). Red value is 99 (39.06% from 255 or 94.29% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 99 - color contains mainly: red. Hex color #630402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630402 is #9CFBFD. Grayscale: #202020. Windows color (decimal): -10288126 or 132195. OLE color: 132195.
HSL color Cylindrical-coordinate representation of color #630402: hue angle of 1.24º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630402 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 4 | 2 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.61 |
| HSL | 1.24º | 0.96% | 0.2% | - |
| HSV(B) | 1.24º | 0.98% | 0.39% | - |
| XYZ | 5.2 | 2.74 | 0.31 | - |
| YUV | 32.18 | 110.97 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 4 | 2 | 0 | 0.96 | 0.98 | 0.61 | 1.24 | 0.96 | 0.2 |
| Hex | 63 | 4 | 2 | 0 | 60 | 62 | 3D | 1 | 60 | 14 |
| Octal | 143 | 4 | 2 | 0 | 140 | 142 | 75 | 1 | 140 | 24 |
| Binary | 1100011 | 100 | 10 | 0 | 1100000 | 1100010 | 111101 | 1 | 1100000 | 10100 |
Color Harmonies of #630402
Complementary color
Monochromatic Colors of #630402
Black with #630402
Text Example
Text Example
White with #630402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630402; }
p { color: rgb(99,4,2); }
H1.HeaderClassName
{
color: #630402;
}
.AnyTagClassName
{
color: #630402;
}
</style>
background-color css
<style>
a { background-color: #630402; }
a { background-color: rgb(99,4,2); }
div.DivClassName
{
background-color: #630402;
}
.BgClassName
{
background-color: #630402;
}
</style>
border-color css
<style>
span { border-color: #630402; }
span { border-color: rgb(99,4,2); }
td.TdClassName
{
border-color: #630402;
}
.TagClassName
{
border-color: #630402;
}
</style>