Shades of Pompadour #632249
Tints of Pompadour #632249
RGB
CMYK
RGB Variations
Color information
#632249 (or 0x632249) is known color: Pompadour. HEX triplet: 63, 22 and 49. RGB value is (99,34,73). Sum of RGB (Red+Green+Blue) = 99+34+73=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #632249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632249 is #9CDDB6. Grayscale: #393939. Windows color (decimal): -10280375 or 4792931. OLE color: 4792931.
HSL color Cylindrical-coordinate representation of color #632249: hue angle of 324º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #632249 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 34 | 73 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.61 |
| HSL | 324º | 0.49% | 0.26% | - |
| HSV(B) | 324º | 0.66% | 0.39% | - |
| XYZ | 6.92 | 4.28 | 6.76 | - |
| YUV | 57.88 | 136.53 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 73 | 0 | 0.66 | 0.26 | 0.61 | 324 | 0.49 | 0.26 |
| Hex | 63 | 22 | 49 | 0 | 42 | 1A | 3D | 144 | 31 | 1A |
| Octal | 143 | 42 | 111 | 0 | 102 | 32 | 75 | 504 | 61 | 32 |
| Binary | 1100011 | 100010 | 1001001 | 0 | 1000010 | 11010 | 111101 | 101000100 | 110001 | 11010 |
Color Harmonies of #632249
Complementary color
Monochromatic Colors of #632249
Black with #632249
Text Example
Text Example
White with #632249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632249; }
p { color: rgb(99,34,73); }
H1.HeaderClassName
{
color: #632249;
}
.AnyTagClassName
{
color: #632249;
}
</style>
background-color css
<style>
a { background-color: #632249; }
a { background-color: rgb(99,34,73); }
div.DivClassName
{
background-color: #632249;
}
.BgClassName
{
background-color: #632249;
}
</style>
border-color css
<style>
span { border-color: #632249; }
span { border-color: rgb(99,34,73); }
td.TdClassName
{
border-color: #632249;
}
.TagClassName
{
border-color: #632249;
}
</style>