Shades of Maroon #630902
Tints of Maroon #630902
RGB
CMYK
RGB Variations
Color information
#630902 (or 0x630902) is known color: Maroon. HEX triplet: 63, 09 and 02. RGB value is (99,9,2). Sum of RGB (Red+Green+Blue) = 99+9+2=110 (14% of max value = 765). Red value is 99 (39.06% from 255 or 90% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 99 - color contains mainly: red. Hex color #630902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630902 is #9CF6FD. Grayscale: #232323. Windows color (decimal): -10286846 or 133475. OLE color: 133475.
HSL color Cylindrical-coordinate representation of color #630902: hue angle of 4.33º 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 #630902 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 9 | 2 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.61 |
| HSL | 4.33º | 0.96% | 0.2% | - |
| HSV(B) | 4.33º | 0.98% | 0.39% | - |
| XYZ | 5.25 | 2.85 | 0.33 | - |
| YUV | 35.11 | 109.32 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 9 | 2 | 0 | 0.91 | 0.98 | 0.61 | 4.33 | 0.96 | 0.2 |
| Hex | 63 | 9 | 2 | 0 | 5B | 62 | 3D | 4 | 60 | 14 |
| Octal | 143 | 11 | 2 | 0 | 133 | 142 | 75 | 4 | 140 | 24 |
| Binary | 1100011 | 1001 | 10 | 0 | 1011011 | 1100010 | 111101 | 100 | 1100000 | 10100 |
Color Harmonies of #630902
Complementary color
Monochromatic Colors of #630902
Black with #630902
Text Example
Text Example
White with #630902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630902; }
p { color: rgb(99,9,2); }
H1.HeaderClassName
{
color: #630902;
}
.AnyTagClassName
{
color: #630902;
}
</style>
background-color css
<style>
a { background-color: #630902; }
a { background-color: rgb(99,9,2); }
div.DivClassName
{
background-color: #630902;
}
.BgClassName
{
background-color: #630902;
}
</style>
border-color css
<style>
span { border-color: #630902; }
span { border-color: rgb(99,9,2); }
td.TdClassName
{
border-color: #630902;
}
.TagClassName
{
border-color: #630902;
}
</style>