Shades of Pompadour #633150
Tints of Pompadour #633150
RGB
CMYK
RGB Variations
Color information
#633150 (or 0x633150) is known color: Pompadour. HEX triplet: 63, 31 and 50. RGB value is (99,49,80). Sum of RGB (Red+Green+Blue) = 99+49+80=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #633150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633150 is #9CCEAF. Grayscale: #434343. Windows color (decimal): -10276528 or 5255523. OLE color: 5255523.
HSL color Cylindrical-coordinate representation of color #633150: hue angle of 322.8º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #633150 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 49 | 80 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.61 |
| HSL | 322.8º | 0.34% | 0.29% | - |
| HSV(B) | 322.8º | 0.51% | 0.39% | - |
| XYZ | 7.69 | 5.43 | 8.23 | - |
| YUV | 67.48 | 135.07 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 49 | 80 | 0 | 0.51 | 0.19 | 0.61 | 322.8 | 0.34 | 0.29 |
| Hex | 63 | 31 | 50 | 0 | 33 | 13 | 3D | 143 | 22 | 1D |
| Octal | 143 | 61 | 120 | 0 | 63 | 23 | 75 | 503 | 42 | 35 |
| Binary | 1100011 | 110001 | 1010000 | 0 | 110011 | 10011 | 111101 | 101000011 | 100010 | 11101 |
Color Harmonies of #633150
Complementary color
Monochromatic Colors of #633150
Black with #633150
Text Example
Text Example
White with #633150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633150; }
p { color: rgb(99,49,80); }
H1.HeaderClassName
{
color: #633150;
}
.AnyTagClassName
{
color: #633150;
}
</style>
background-color css
<style>
a { background-color: #633150; }
a { background-color: rgb(99,49,80); }
div.DivClassName
{
background-color: #633150;
}
.BgClassName
{
background-color: #633150;
}
</style>
border-color css
<style>
span { border-color: #633150; }
span { border-color: rgb(99,49,80); }
td.TdClassName
{
border-color: #633150;
}
.TagClassName
{
border-color: #633150;
}
</style>