Shades of Maroon #630602
Tints of Maroon #630602
RGB
CMYK
RGB Variations
Color information
#630602 (or 0x630602) is known color: Maroon. HEX triplet: 63, 06 and 02. RGB value is (99,6,2). Sum of RGB (Red+Green+Blue) = 99+6+2=107 (14% of max value = 765). Red value is 99 (39.06% from 255 or 92.52% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 99 - color contains mainly: red. Hex color #630602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630602 is #9CF9FD. Grayscale: #212121. Windows color (decimal): -10287614 or 132707. OLE color: 132707.
HSL color Cylindrical-coordinate representation of color #630602: hue angle of 2.47º 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 #630602 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 6 | 2 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.61 |
| HSL | 2.47º | 0.96% | 0.2% | - |
| HSV(B) | 2.47º | 0.98% | 0.39% | - |
| XYZ | 5.22 | 2.79 | 0.32 | - |
| YUV | 33.35 | 110.31 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 6 | 2 | 0 | 0.94 | 0.98 | 0.61 | 2.47 | 0.96 | 0.2 |
| Hex | 63 | 6 | 2 | 0 | 5E | 62 | 3D | 2 | 60 | 14 |
| Octal | 143 | 6 | 2 | 0 | 136 | 142 | 75 | 2 | 140 | 24 |
| Binary | 1100011 | 110 | 10 | 0 | 1011110 | 1100010 | 111101 | 10 | 1100000 | 10100 |
Color Harmonies of #630602
Complementary color
Monochromatic Colors of #630602
Black with #630602
Text Example
Text Example
White with #630602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630602; }
p { color: rgb(99,6,2); }
H1.HeaderClassName
{
color: #630602;
}
.AnyTagClassName
{
color: #630602;
}
</style>
background-color css
<style>
a { background-color: #630602; }
a { background-color: rgb(99,6,2); }
div.DivClassName
{
background-color: #630602;
}
.BgClassName
{
background-color: #630602;
}
</style>
border-color css
<style>
span { border-color: #630602; }
span { border-color: rgb(99,6,2); }
td.TdClassName
{
border-color: #630602;
}
.TagClassName
{
border-color: #630602;
}
</style>