Shades of Maroon #630201
Tints of Maroon #630201
RGB
CMYK
RGB Variations
Color information
#630201 (or 0x630201) is known color: Maroon. HEX triplet: 63, 02 and 01. RGB value is (99,2,1). Sum of RGB (Red+Green+Blue) = 99+2+1=102 (13% of max value = 765). Red value is 99 (39.06% from 255 or 97.06% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 99 - color contains mainly: red. Hex color #630201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630201 is #9CFDFE. Grayscale: #1E1E1E. Windows color (decimal): -10288639 or 66147. OLE color: 66147.
HSL color Cylindrical-coordinate representation of color #630201: hue angle of 0.61º 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 #630201 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 2 | 1 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.61 |
| HSL | 0.61º | 0.98% | 0.2% | - |
| HSV(B) | 0.61º | 0.99% | 0.39% | - |
| XYZ | 5.17 | 2.7 | 0.28 | - |
| YUV | 30.89 | 111.14 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 1 | 0 | 0.98 | 0.99 | 0.61 | 0.61 | 0.98 | 0.2 |
| Hex | 63 | 2 | 1 | 0 | 62 | 63 | 3D | 1 | 62 | 14 |
| Octal | 143 | 2 | 1 | 0 | 142 | 143 | 75 | 1 | 142 | 24 |
| Binary | 1100011 | 10 | 1 | 0 | 1100010 | 1100011 | 111101 | 1 | 1100010 | 10100 |
Color Harmonies of #630201
Complementary color
Monochromatic Colors of #630201
Black with #630201
Text Example
Text Example
White with #630201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630201; }
p { color: rgb(99,2,1); }
H1.HeaderClassName
{
color: #630201;
}
.AnyTagClassName
{
color: #630201;
}
</style>
background-color css
<style>
a { background-color: #630201; }
a { background-color: rgb(99,2,1); }
div.DivClassName
{
background-color: #630201;
}
.BgClassName
{
background-color: #630201;
}
</style>
border-color css
<style>
span { border-color: #630201; }
span { border-color: rgb(99,2,1); }
td.TdClassName
{
border-color: #630201;
}
.TagClassName
{
border-color: #630201;
}
</style>