Shades of Pompadour #63264C
Tints of Pompadour #63264C
RGB
CMYK
RGB Variations
Color information
#63264C (or 0x63264C) is known color: Pompadour. HEX triplet: 63, 26 and 4C. RGB value is (99,38,76). Sum of RGB (Red+Green+Blue) = 99+38+76=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 99 - color contains mainly: red. Hex color #63264C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63264C is #9CD9B3. Grayscale: #3C3C3C. Windows color (decimal): -10279348 or 4990563. OLE color: 4990563.
HSL color Cylindrical-coordinate representation of color #63264C: hue angle of 322.62º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #63264C is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 38 | 76 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.61 |
| HSL | 322.62º | 0.45% | 0.27% | - |
| HSV(B) | 322.62º | 0.62% | 0.39% | - |
| XYZ | 7.14 | 4.56 | 7.34 | - |
| YUV | 60.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 38 | 76 | 0 | 0.62 | 0.23 | 0.61 | 322.62 | 0.45 | 0.27 |
| Hex | 63 | 26 | 4C | 0 | 3E | 17 | 3D | 143 | 2D | 1B |
| Octal | 143 | 46 | 114 | 0 | 76 | 27 | 75 | 503 | 55 | 33 |
| Binary | 1100011 | 100110 | 1001100 | 0 | 111110 | 10111 | 111101 | 101000011 | 101101 | 11011 |
Color Harmonies of #63264C
Complementary color
Monochromatic Colors of #63264C
Black with #63264C
Text Example
Text Example
White with #63264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63264C; }
p { color: rgb(99,38,76); }
H1.HeaderClassName
{
color: #63264C;
}
.AnyTagClassName
{
color: #63264C;
}
</style>
background-color css
<style>
a { background-color: #63264C; }
a { background-color: rgb(99,38,76); }
div.DivClassName
{
background-color: #63264C;
}
.BgClassName
{
background-color: #63264C;
}
</style>
border-color css
<style>
span { border-color: #63264C; }
span { border-color: rgb(99,38,76); }
td.TdClassName
{
border-color: #63264C;
}
.TagClassName
{
border-color: #63264C;
}
</style>