Shades of Pompadour #633151
Tints of Pompadour #633151
RGB
CMYK
RGB Variations
Color information
#633151 (or 0x633151) is known color: Pompadour. HEX triplet: 63, 31 and 51. RGB value is (99,49,81). Sum of RGB (Red+Green+Blue) = 99+49+81=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 99 - color contains mainly: red. Hex color #633151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633151 is #9CCEAE. Grayscale: #434343. Windows color (decimal): -10276527 or 5321059. OLE color: 5321059.
HSL color Cylindrical-coordinate representation of color #633151: hue angle of 321.6º 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 #633151 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 49 | 81 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.61 |
| HSL | 321.6º | 0.34% | 0.29% | - |
| HSV(B) | 321.6º | 0.51% | 0.39% | - |
| XYZ | 7.73 | 5.44 | 8.43 | - |
| YUV | 67.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 49 | 81 | 0 | 0.51 | 0.18 | 0.61 | 321.6 | 0.34 | 0.29 |
| Hex | 63 | 31 | 51 | 0 | 33 | 12 | 3D | 142 | 22 | 1D |
| Octal | 143 | 61 | 121 | 0 | 63 | 22 | 75 | 502 | 42 | 35 |
| Binary | 1100011 | 110001 | 1010001 | 0 | 110011 | 10010 | 111101 | 101000010 | 100010 | 11101 |
Color Harmonies of #633151
Complementary color
Monochromatic Colors of #633151
Black with #633151
Text Example
Text Example
White with #633151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633151; }
p { color: rgb(99,49,81); }
H1.HeaderClassName
{
color: #633151;
}
.AnyTagClassName
{
color: #633151;
}
</style>
background-color css
<style>
a { background-color: #633151; }
a { background-color: rgb(99,49,81); }
div.DivClassName
{
background-color: #633151;
}
.BgClassName
{
background-color: #633151;
}
</style>
border-color css
<style>
span { border-color: #633151; }
span { border-color: rgb(99,49,81); }
td.TdClassName
{
border-color: #633151;
}
.TagClassName
{
border-color: #633151;
}
</style>