Shades of Pompadour #632A45
Tints of Pompadour #632A45
RGB
CMYK
RGB Variations
Color information
#632A45 (or 0x632A45) is known color: Pompadour. HEX triplet: 63, 2A and 45. RGB value is (99,42,69). Sum of RGB (Red+Green+Blue) = 99+42+69=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #632A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632A45 is #9CD5BA. Grayscale: #3E3E3E. Windows color (decimal): -10278331 or 4532835. OLE color: 4532835.
HSL color Cylindrical-coordinate representation of color #632A45: hue angle of 331.58º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #632A45 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 42 | 69 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.61 |
| HSL | 331.58º | 0.4% | 0.28% | - |
| HSV(B) | 331.58º | 0.58% | 0.39% | - |
| XYZ | 7.05 | 4.74 | 6.17 | - |
| YUV | 62.12 | 131.88 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 69 | 0 | 0.58 | 0.30 | 0.61 | 331.58 | 0.4 | 0.28 |
| Hex | 63 | 2A | 45 | 0 | 3A | 1E | 3D | 14C | 28 | 1C |
| Octal | 143 | 52 | 105 | 0 | 72 | 36 | 75 | 514 | 50 | 34 |
| Binary | 1100011 | 101010 | 1000101 | 0 | 111010 | 11110 | 111101 | 101001100 | 101000 | 11100 |
Color Harmonies of #632A45
Complementary color
Monochromatic Colors of #632A45
Black with #632A45
Text Example
Text Example
White with #632A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632A45; }
p { color: rgb(99,42,69); }
H1.HeaderClassName
{
color: #632A45;
}
.AnyTagClassName
{
color: #632A45;
}
</style>
background-color css
<style>
a { background-color: #632A45; }
a { background-color: rgb(99,42,69); }
div.DivClassName
{
background-color: #632A45;
}
.BgClassName
{
background-color: #632A45;
}
</style>
border-color css
<style>
span { border-color: #632A45; }
span { border-color: rgb(99,42,69); }
td.TdClassName
{
border-color: #632A45;
}
.TagClassName
{
border-color: #632A45;
}
</style>