Shades of Pompadour #631C42
Tints of Pompadour #631C42
RGB
CMYK
RGB Variations
Color information
#631C42 (or 0x631C42) is known color: Pompadour. HEX triplet: 63, 1C and 42. RGB value is (99,28,66). Sum of RGB (Red+Green+Blue) = 99+28+66=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #631C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631C42 is #9CE3BD. Grayscale: #353535. Windows color (decimal): -10281918 or 4332643. OLE color: 4332643.
HSL color Cylindrical-coordinate representation of color #631C42: hue angle of 327.89º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #631C42 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 28 | 66 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.61 |
| HSL | 327.89º | 0.56% | 0.25% | - |
| HSV(B) | 327.89º | 0.72% | 0.39% | - |
| XYZ | 6.54 | 3.88 | 5.56 | - |
| YUV | 53.56 | 135.02 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 28 | 66 | 0 | 0.72 | 0.33 | 0.61 | 327.89 | 0.56 | 0.25 |
| Hex | 63 | 1C | 42 | 0 | 48 | 21 | 3D | 148 | 38 | 19 |
| Octal | 143 | 34 | 102 | 0 | 110 | 41 | 75 | 510 | 70 | 31 |
| Binary | 1100011 | 11100 | 1000010 | 0 | 1001000 | 100001 | 111101 | 101001000 | 111000 | 11001 |
Color Harmonies of #631C42
Complementary color
Monochromatic Colors of #631C42
Black with #631C42
Text Example
Text Example
White with #631C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631C42; }
p { color: rgb(99,28,66); }
H1.HeaderClassName
{
color: #631C42;
}
.AnyTagClassName
{
color: #631C42;
}
</style>
background-color css
<style>
a { background-color: #631C42; }
a { background-color: rgb(99,28,66); }
div.DivClassName
{
background-color: #631C42;
}
.BgClassName
{
background-color: #631C42;
}
</style>
border-color css
<style>
span { border-color: #631C42; }
span { border-color: rgb(99,28,66); }
td.TdClassName
{
border-color: #631C42;
}
.TagClassName
{
border-color: #631C42;
}
</style>