Shades of Pompadour #632B4E
Tints of Pompadour #632B4E
RGB
CMYK
RGB Variations
Color information
#632B4E (or 0x632B4E) is known color: Pompadour. HEX triplet: 63, 2B and 4E. RGB value is (99,43,78). Sum of RGB (Red+Green+Blue) = 99+43+78=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 99 - color contains mainly: red. Hex color #632B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632B4E is #9CD4B1. Grayscale: #3F3F3F. Windows color (decimal): -10278066 or 5122915. OLE color: 5122915.
HSL color Cylindrical-coordinate representation of color #632B4E: hue angle of 322.5º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #632B4E is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 43 | 78 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.61 |
| HSL | 322.5º | 0.39% | 0.28% | - |
| HSV(B) | 322.5º | 0.57% | 0.39% | - |
| XYZ | 7.38 | 4.93 | 7.77 | - |
| YUV | 63.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 43 | 78 | 0 | 0.57 | 0.21 | 0.61 | 322.5 | 0.39 | 0.28 |
| Hex | 63 | 2B | 4E | 0 | 39 | 15 | 3D | 142 | 27 | 1C |
| Octal | 143 | 53 | 116 | 0 | 71 | 25 | 75 | 502 | 47 | 34 |
| Binary | 1100011 | 101011 | 1001110 | 0 | 111001 | 10101 | 111101 | 101000010 | 100111 | 11100 |
Color Harmonies of #632B4E
Complementary color
Monochromatic Colors of #632B4E
Black with #632B4E
Text Example
Text Example
White with #632B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632B4E; }
p { color: rgb(99,43,78); }
H1.HeaderClassName
{
color: #632B4E;
}
.AnyTagClassName
{
color: #632B4E;
}
</style>
background-color css
<style>
a { background-color: #632B4E; }
a { background-color: rgb(99,43,78); }
div.DivClassName
{
background-color: #632B4E;
}
.BgClassName
{
background-color: #632B4E;
}
</style>
border-color css
<style>
span { border-color: #632B4E; }
span { border-color: rgb(99,43,78); }
td.TdClassName
{
border-color: #632B4E;
}
.TagClassName
{
border-color: #632B4E;
}
</style>