Shades of Pompadour #63234B
Tints of Pompadour #63234B
RGB
CMYK
RGB Variations
Color information
#63234B (or 0x63234B) is known color: Pompadour. HEX triplet: 63, 23 and 4B. RGB value is (99,35,75). Sum of RGB (Red+Green+Blue) = 99+35+75=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #63234B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63234B is #9CDCB4. Grayscale: #3A3A3A. Windows color (decimal): -10280117 or 4924259. OLE color: 4924259.
HSL color Cylindrical-coordinate representation of color #63234B: hue angle of 322.5º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #63234B is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 35 | 75 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.61 |
| HSL | 322.5º | 0.48% | 0.26% | - |
| HSV(B) | 322.5º | 0.65% | 0.39% | - |
| XYZ | 7.02 | 4.36 | 7.13 | - |
| YUV | 58.7 | 137.2 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 35 | 75 | 0 | 0.65 | 0.24 | 0.61 | 322.5 | 0.48 | 0.26 |
| Hex | 63 | 23 | 4B | 0 | 41 | 18 | 3D | 142 | 30 | 1A |
| Octal | 143 | 43 | 113 | 0 | 101 | 30 | 75 | 502 | 60 | 32 |
| Binary | 1100011 | 100011 | 1001011 | 0 | 1000001 | 11000 | 111101 | 101000010 | 110000 | 11010 |
Color Harmonies of #63234B
Complementary color
Monochromatic Colors of #63234B
Black with #63234B
Text Example
Text Example
White with #63234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63234B; }
p { color: rgb(99,35,75); }
H1.HeaderClassName
{
color: #63234B;
}
.AnyTagClassName
{
color: #63234B;
}
</style>
background-color css
<style>
a { background-color: #63234B; }
a { background-color: rgb(99,35,75); }
div.DivClassName
{
background-color: #63234B;
}
.BgClassName
{
background-color: #63234B;
}
</style>
border-color css
<style>
span { border-color: #63234B; }
span { border-color: rgb(99,35,75); }
td.TdClassName
{
border-color: #63234B;
}
.TagClassName
{
border-color: #63234B;
}
</style>