Shades of Maroon #630805
Tints of Maroon #630805
RGB
CMYK
RGB Variations
Color information
#630805 (or 0x630805) is known color: Maroon. HEX triplet: 63, 08 and 05. RGB value is (99,8,5). Sum of RGB (Red+Green+Blue) = 99+8+5=112 (14% of max value = 765). Red value is 99 (39.06% from 255 or 88.39% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 99 - color contains mainly: red. Hex color #630805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630805 is #9CF7FA. Grayscale: #222222. Windows color (decimal): -10287099 or 329827. OLE color: 329827.
HSL color Cylindrical-coordinate representation of color #630805: hue angle of 1.91º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630805 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 8 | 5 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.61 |
| HSL | 1.91º | 0.9% | 0.2% | - |
| HSV(B) | 1.91º | 0.95% | 0.39% | - |
| XYZ | 5.26 | 2.84 | 0.41 | - |
| YUV | 34.87 | 111.15 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 8 | 5 | 0 | 0.92 | 0.95 | 0.61 | 1.91 | 0.9 | 0.2 |
| Hex | 63 | 8 | 5 | 0 | 5C | 5F | 3D | 2 | 5A | 14 |
| Octal | 143 | 10 | 5 | 0 | 134 | 137 | 75 | 2 | 132 | 24 |
| Binary | 1100011 | 1000 | 101 | 0 | 1011100 | 1011111 | 111101 | 10 | 1011010 | 10100 |
Color Harmonies of #630805
Complementary color
Monochromatic Colors of #630805
Black with #630805
Text Example
Text Example
White with #630805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630805; }
p { color: rgb(99,8,5); }
H1.HeaderClassName
{
color: #630805;
}
.AnyTagClassName
{
color: #630805;
}
</style>
background-color css
<style>
a { background-color: #630805; }
a { background-color: rgb(99,8,5); }
div.DivClassName
{
background-color: #630805;
}
.BgClassName
{
background-color: #630805;
}
</style>
border-color css
<style>
span { border-color: #630805; }
span { border-color: rgb(99,8,5); }
td.TdClassName
{
border-color: #630805;
}
.TagClassName
{
border-color: #630805;
}
</style>