Shades of Pompadour #631C43
Tints of Pompadour #631C43
RGB
CMYK
RGB Variations
Color information
#631C43 (or 0x631C43) is known color: Pompadour. HEX triplet: 63, 1C and 43. RGB value is (99,28,67). Sum of RGB (Red+Green+Blue) = 99+28+67=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #631C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631C43 is #9CE3BC. Grayscale: #353535. Windows color (decimal): -10281917 or 4398179. OLE color: 4398179.
HSL color Cylindrical-coordinate representation of color #631C43: hue angle of 327.04º 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 #631C43 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 28 | 67 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.61 |
| HSL | 327.04º | 0.56% | 0.25% | - |
| HSV(B) | 327.04º | 0.72% | 0.39% | - |
| XYZ | 6.57 | 3.89 | 5.71 | - |
| YUV | 53.68 | 135.52 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 28 | 67 | 0 | 0.72 | 0.32 | 0.61 | 327.04 | 0.56 | 0.25 |
| Hex | 63 | 1C | 43 | 0 | 48 | 20 | 3D | 147 | 38 | 19 |
| Octal | 143 | 34 | 103 | 0 | 110 | 40 | 75 | 507 | 70 | 31 |
| Binary | 1100011 | 11100 | 1000011 | 0 | 1001000 | 100000 | 111101 | 101000111 | 111000 | 11001 |
Color Harmonies of #631C43
Complementary color
Monochromatic Colors of #631C43
Black with #631C43
Text Example
Text Example
White with #631C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631C43; }
p { color: rgb(99,28,67); }
H1.HeaderClassName
{
color: #631C43;
}
.AnyTagClassName
{
color: #631C43;
}
</style>
background-color css
<style>
a { background-color: #631C43; }
a { background-color: rgb(99,28,67); }
div.DivClassName
{
background-color: #631C43;
}
.BgClassName
{
background-color: #631C43;
}
</style>
border-color css
<style>
span { border-color: #631C43; }
span { border-color: rgb(99,28,67); }
td.TdClassName
{
border-color: #631C43;
}
.TagClassName
{
border-color: #631C43;
}
</style>