Shades of Pompadour #63274F
Tints of Pompadour #63274F
RGB
CMYK
RGB Variations
Color information
#63274F (or 0x63274F) is known color: Pompadour. HEX triplet: 63, 27 and 4F. RGB value is (99,39,79). Sum of RGB (Red+Green+Blue) = 99+39+79=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #63274F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63274F is #9CD8B0. Grayscale: #3D3D3D. Windows color (decimal): -10279089 or 5187427. OLE color: 5187427.
HSL color Cylindrical-coordinate representation of color #63274F: hue angle of 320º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63274F is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 39 | 79 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.61 |
| HSL | 320º | 0.43% | 0.27% | - |
| HSV(B) | 320º | 0.61% | 0.39% | - |
| XYZ | 7.28 | 4.67 | 7.91 | - |
| YUV | 61.5 | 137.88 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 39 | 79 | 0 | 0.61 | 0.20 | 0.61 | 320 | 0.43 | 0.27 |
| Hex | 63 | 27 | 4F | 0 | 3D | 14 | 3D | 140 | 2B | 1B |
| Octal | 143 | 47 | 117 | 0 | 75 | 24 | 75 | 500 | 53 | 33 |
| Binary | 1100011 | 100111 | 1001111 | 0 | 111101 | 10100 | 111101 | 101000000 | 101011 | 11011 |
Color Harmonies of #63274F
Complementary color
Monochromatic Colors of #63274F
Black with #63274F
Text Example
Text Example
White with #63274F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63274F; }
p { color: rgb(99,39,79); }
H1.HeaderClassName
{
color: #63274F;
}
.AnyTagClassName
{
color: #63274F;
}
</style>
background-color css
<style>
a { background-color: #63274F; }
a { background-color: rgb(99,39,79); }
div.DivClassName
{
background-color: #63274F;
}
.BgClassName
{
background-color: #63274F;
}
</style>
border-color css
<style>
span { border-color: #63274F; }
span { border-color: rgb(99,39,79); }
td.TdClassName
{
border-color: #63274F;
}
.TagClassName
{
border-color: #63274F;
}
</style>