Shades of Pompadour #632143
Tints of Pompadour #632143
RGB
CMYK
RGB Variations
Color information
#632143 (or 0x632143) is known color: Pompadour. HEX triplet: 63, 21 and 43. RGB value is (99,33,67). Sum of RGB (Red+Green+Blue) = 99+33+67=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #632143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632143 is #9CDEBC. Grayscale: #383838. Windows color (decimal): -10280637 or 4399459. OLE color: 4399459.
HSL color Cylindrical-coordinate representation of color #632143: hue angle of 329.09º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #632143 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 33 | 67 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.61 |
| HSL | 329.09º | 0.5% | 0.26% | - |
| HSV(B) | 329.09º | 0.67% | 0.39% | - |
| XYZ | 6.7 | 4.15 | 5.76 | - |
| YUV | 56.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 33 | 67 | 0 | 0.67 | 0.32 | 0.61 | 329.09 | 0.5 | 0.26 |
| Hex | 63 | 21 | 43 | 0 | 43 | 20 | 3D | 149 | 32 | 1A |
| Octal | 143 | 41 | 103 | 0 | 103 | 40 | 75 | 511 | 62 | 32 |
| Binary | 1100011 | 100001 | 1000011 | 0 | 1000011 | 100000 | 111101 | 101001001 | 110010 | 11010 |
Color Harmonies of #632143
Complementary color
Monochromatic Colors of #632143
Black with #632143
Text Example
Text Example
White with #632143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632143; }
p { color: rgb(99,33,67); }
H1.HeaderClassName
{
color: #632143;
}
.AnyTagClassName
{
color: #632143;
}
</style>
background-color css
<style>
a { background-color: #632143; }
a { background-color: rgb(99,33,67); }
div.DivClassName
{
background-color: #632143;
}
.BgClassName
{
background-color: #632143;
}
</style>
border-color css
<style>
span { border-color: #632143; }
span { border-color: rgb(99,33,67); }
td.TdClassName
{
border-color: #632143;
}
.TagClassName
{
border-color: #632143;
}
</style>