Shades of Maroon #630B02
Tints of Maroon #630B02
RGB
CMYK
RGB Variations
Color information
#630B02 (or 0x630B02) is known color: Maroon. HEX triplet: 63, 0B and 02. RGB value is (99,11,2). Sum of RGB (Red+Green+Blue) = 99+11+2=112 (14% of max value = 765). Red value is 99 (39.06% from 255 or 88.39% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 99 - color contains mainly: red. Hex color #630B02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630B02 is #9CF4FD. Grayscale: #242424. Windows color (decimal): -10286334 or 133987. OLE color: 133987.
HSL color Cylindrical-coordinate representation of color #630B02: hue angle of 5.57º 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 #630B02 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 11 | 2 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.61 |
| HSL | 5.57º | 0.96% | 0.2% | - |
| HSV(B) | 5.57º | 0.98% | 0.39% | - |
| XYZ | 5.28 | 2.9 | 0.34 | - |
| YUV | 36.29 | 108.65 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 11 | 2 | 0 | 0.89 | 0.98 | 0.61 | 5.57 | 0.96 | 0.2 |
| Hex | 63 | B | 2 | 0 | 59 | 62 | 3D | 6 | 60 | 14 |
| Octal | 143 | 13 | 2 | 0 | 131 | 142 | 75 | 6 | 140 | 24 |
| Binary | 1100011 | 1011 | 10 | 0 | 1011001 | 1100010 | 111101 | 110 | 1100000 | 10100 |
Color Harmonies of #630B02
Complementary color
Monochromatic Colors of #630B02
Black with #630B02
Text Example
Text Example
White with #630B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630B02; }
p { color: rgb(99,11,2); }
H1.HeaderClassName
{
color: #630B02;
}
.AnyTagClassName
{
color: #630B02;
}
</style>
background-color css
<style>
a { background-color: #630B02; }
a { background-color: rgb(99,11,2); }
div.DivClassName
{
background-color: #630B02;
}
.BgClassName
{
background-color: #630B02;
}
</style>
border-color css
<style>
span { border-color: #630B02; }
span { border-color: rgb(99,11,2); }
td.TdClassName
{
border-color: #630B02;
}
.TagClassName
{
border-color: #630B02;
}
</style>