Shades of Pompadour #632545
Tints of Pompadour #632545
RGB
CMYK
RGB Variations
Color information
#632545 (or 0x632545) is known color: Pompadour. HEX triplet: 63, 25 and 45. RGB value is (99,37,69). Sum of RGB (Red+Green+Blue) = 99+37+69=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #632545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632545 is #9CDABA. Grayscale: #3B3B3B. Windows color (decimal): -10279611 or 4531555. OLE color: 4531555.
HSL color Cylindrical-coordinate representation of color #632545: hue angle of 329.03º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #632545 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 37 | 69 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.61 |
| HSL | 329.03º | 0.46% | 0.27% | - |
| HSV(B) | 329.03º | 0.63% | 0.39% | - |
| XYZ | 6.88 | 4.41 | 6.12 | - |
| YUV | 59.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 37 | 69 | 0 | 0.63 | 0.30 | 0.61 | 329.03 | 0.46 | 0.27 |
| Hex | 63 | 25 | 45 | 0 | 3F | 1E | 3D | 149 | 2E | 1B |
| Octal | 143 | 45 | 105 | 0 | 77 | 36 | 75 | 511 | 56 | 33 |
| Binary | 1100011 | 100101 | 1000101 | 0 | 111111 | 11110 | 111101 | 101001001 | 101110 | 11011 |
Color Harmonies of #632545
Complementary color
Monochromatic Colors of #632545
Black with #632545
Text Example
Text Example
White with #632545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632545; }
p { color: rgb(99,37,69); }
H1.HeaderClassName
{
color: #632545;
}
.AnyTagClassName
{
color: #632545;
}
</style>
background-color css
<style>
a { background-color: #632545; }
a { background-color: rgb(99,37,69); }
div.DivClassName
{
background-color: #632545;
}
.BgClassName
{
background-color: #632545;
}
</style>
border-color css
<style>
span { border-color: #632545; }
span { border-color: rgb(99,37,69); }
td.TdClassName
{
border-color: #632545;
}
.TagClassName
{
border-color: #632545;
}
</style>