Shades of Pompadour #63183F
Tints of Pompadour #63183F
RGB
CMYK
RGB Variations
Color information
#63183F (or 0x63183F) is known color: Pompadour. HEX triplet: 63, 18 and 3F. RGB value is (99,24,63). Sum of RGB (Red+Green+Blue) = 99+24+63=186 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.23% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 99 - color contains mainly: red. Hex color #63183F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63183F is #9CE7C0. Grayscale: #323232. Windows color (decimal): -10282945 or 4135011. OLE color: 4135011.
HSL color Cylindrical-coordinate representation of color #63183F: hue angle of 328.8º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #63183F is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 24 | 63 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.61 |
| HSL | 328.8º | 0.61% | 0.24% | - |
| HSV(B) | 328.8º | 0.76% | 0.39% | - |
| XYZ | 6.37 | 3.66 | 5.07 | - |
| YUV | 50.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 24 | 63 | 0 | 0.76 | 0.36 | 0.61 | 328.8 | 0.61 | 0.24 |
| Hex | 63 | 18 | 3F | 0 | 4C | 24 | 3D | 149 | 3D | 18 |
| Octal | 143 | 30 | 77 | 0 | 114 | 44 | 75 | 511 | 75 | 30 |
| Binary | 1100011 | 11000 | 111111 | 0 | 1001100 | 100100 | 111101 | 101001001 | 111101 | 11000 |
Color Harmonies of #63183F
Complementary color
Monochromatic Colors of #63183F
Black with #63183F
Text Example
Text Example
White with #63183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63183F; }
p { color: rgb(99,24,63); }
H1.HeaderClassName
{
color: #63183F;
}
.AnyTagClassName
{
color: #63183F;
}
</style>
background-color css
<style>
a { background-color: #63183F; }
a { background-color: rgb(99,24,63); }
div.DivClassName
{
background-color: #63183F;
}
.BgClassName
{
background-color: #63183F;
}
</style>
border-color css
<style>
span { border-color: #63183F; }
span { border-color: rgb(99,24,63); }
td.TdClassName
{
border-color: #63183F;
}
.TagClassName
{
border-color: #63183F;
}
</style>