Shades of Pompadour #632D50
Tints of Pompadour #632D50
RGB
CMYK
RGB Variations
Color information
#632D50 (or 0x632D50) is known color: Pompadour. HEX triplet: 63, 2D and 50. RGB value is (99,45,80). Sum of RGB (Red+Green+Blue) = 99+45+80=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 99 - color contains mainly: red. Hex color #632D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632D50 is #9CD2AF. Grayscale: #414141. Windows color (decimal): -10277552 or 5254499. OLE color: 5254499.
HSL color Cylindrical-coordinate representation of color #632D50: hue angle of 321.11º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #632D50 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 45 | 80 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.61 |
| HSL | 321.11º | 0.38% | 0.28% | - |
| HSV(B) | 321.11º | 0.55% | 0.39% | - |
| XYZ | 7.53 | 5.11 | 8.18 | - |
| YUV | 65.14 | 136.39 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 45 | 80 | 0 | 0.55 | 0.19 | 0.61 | 321.11 | 0.38 | 0.28 |
| Hex | 63 | 2D | 50 | 0 | 37 | 13 | 3D | 141 | 26 | 1C |
| Octal | 143 | 55 | 120 | 0 | 67 | 23 | 75 | 501 | 46 | 34 |
| Binary | 1100011 | 101101 | 1010000 | 0 | 110111 | 10011 | 111101 | 101000001 | 100110 | 11100 |
Color Harmonies of #632D50
Complementary color
Monochromatic Colors of #632D50
Black with #632D50
Text Example
Text Example
White with #632D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632D50; }
p { color: rgb(99,45,80); }
H1.HeaderClassName
{
color: #632D50;
}
.AnyTagClassName
{
color: #632D50;
}
</style>
background-color css
<style>
a { background-color: #632D50; }
a { background-color: rgb(99,45,80); }
div.DivClassName
{
background-color: #632D50;
}
.BgClassName
{
background-color: #632D50;
}
</style>
border-color css
<style>
span { border-color: #632D50; }
span { border-color: rgb(99,45,80); }
td.TdClassName
{
border-color: #632D50;
}
.TagClassName
{
border-color: #632D50;
}
</style>