Shades of Pompadour #632145
Tints of Pompadour #632145
RGB
CMYK
RGB Variations
Color information
#632145 (or 0x632145) is known color: Pompadour. HEX triplet: 63, 21 and 45. RGB value is (99,33,69). Sum of RGB (Red+Green+Blue) = 99+33+69=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #632145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632145 is #9CDEBA. Grayscale: #383838. Windows color (decimal): -10280635 or 4530531. OLE color: 4530531.
HSL color Cylindrical-coordinate representation of color #632145: hue angle of 327.27º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #632145 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 33 | 69 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.61 |
| HSL | 327.27º | 0.5% | 0.26% | - |
| HSV(B) | 327.27º | 0.67% | 0.39% | - |
| XYZ | 6.76 | 4.17 | 6.08 | - |
| YUV | 56.84 | 134.87 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 33 | 69 | 0 | 0.67 | 0.30 | 0.61 | 327.27 | 0.5 | 0.26 |
| Hex | 63 | 21 | 45 | 0 | 43 | 1E | 3D | 147 | 32 | 1A |
| Octal | 143 | 41 | 105 | 0 | 103 | 36 | 75 | 507 | 62 | 32 |
| Binary | 1100011 | 100001 | 1000101 | 0 | 1000011 | 11110 | 111101 | 101000111 | 110010 | 11010 |
Color Harmonies of #632145
Complementary color
Monochromatic Colors of #632145
Black with #632145
Text Example
Text Example
White with #632145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632145; }
p { color: rgb(99,33,69); }
H1.HeaderClassName
{
color: #632145;
}
.AnyTagClassName
{
color: #632145;
}
</style>
background-color css
<style>
a { background-color: #632145; }
a { background-color: rgb(99,33,69); }
div.DivClassName
{
background-color: #632145;
}
.BgClassName
{
background-color: #632145;
}
</style>
border-color css
<style>
span { border-color: #632145; }
span { border-color: rgb(99,33,69); }
td.TdClassName
{
border-color: #632145;
}
.TagClassName
{
border-color: #632145;
}
</style>