Shades of Maroon #630601
Tints of Maroon #630601
RGB
CMYK
RGB Variations
Color information
#630601 (or 0x630601) is known color: Maroon. HEX triplet: 63, 06 and 01. RGB value is (99,6,1). Sum of RGB (Red+Green+Blue) = 99+6+1=106 (14% of max value = 765). Red value is 99 (39.06% from 255 or 93.40% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 99 - color contains mainly: red. Hex color #630601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630601 is #9CF9FE. Grayscale: #212121. Windows color (decimal): -10287615 or 67171. OLE color: 67171.
HSL color Cylindrical-coordinate representation of color #630601: hue angle of 3.06º 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 #630601 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 6 | 1 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.61 |
| HSL | 3.06º | 0.98% | 0.2% | - |
| HSV(B) | 3.06º | 0.99% | 0.39% | - |
| XYZ | 5.22 | 2.79 | 0.29 | - |
| YUV | 33.24 | 109.81 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 6 | 1 | 0 | 0.94 | 0.99 | 0.61 | 3.06 | 0.98 | 0.2 |
| Hex | 63 | 6 | 1 | 0 | 5E | 63 | 3D | 3 | 62 | 14 |
| Octal | 143 | 6 | 1 | 0 | 136 | 143 | 75 | 3 | 142 | 24 |
| Binary | 1100011 | 110 | 1 | 0 | 1011110 | 1100011 | 111101 | 11 | 1100010 | 10100 |
Color Harmonies of #630601
Complementary color
Monochromatic Colors of #630601
Black with #630601
Text Example
Text Example
White with #630601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630601; }
p { color: rgb(99,6,1); }
H1.HeaderClassName
{
color: #630601;
}
.AnyTagClassName
{
color: #630601;
}
</style>
background-color css
<style>
a { background-color: #630601; }
a { background-color: rgb(99,6,1); }
div.DivClassName
{
background-color: #630601;
}
.BgClassName
{
background-color: #630601;
}
</style>
border-color css
<style>
span { border-color: #630601; }
span { border-color: rgb(99,6,1); }
td.TdClassName
{
border-color: #630601;
}
.TagClassName
{
border-color: #630601;
}
</style>