Shades of Pompadour #631C4A
Tints of Pompadour #631C4A
RGB
CMYK
RGB Variations
Color information
#631C4A (or 0x631C4A) is known color: Pompadour. HEX triplet: 63, 1C and 4A. RGB value is (99,28,74). Sum of RGB (Red+Green+Blue) = 99+28+74=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #631C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631C4A is #9CE3B5. Grayscale: #363636. Windows color (decimal): -10281910 or 4856931. OLE color: 4856931.
HSL color Cylindrical-coordinate representation of color #631C4A: hue angle of 321.13º 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 #631C4A is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 28 | 74 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.61 |
| HSL | 321.13º | 0.56% | 0.25% | - |
| HSV(B) | 321.13º | 0.72% | 0.39% | - |
| XYZ | 6.8 | 3.98 | 6.89 | - |
| YUV | 54.47 | 139.02 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 28 | 74 | 0 | 0.72 | 0.25 | 0.61 | 321.13 | 0.56 | 0.25 |
| Hex | 63 | 1C | 4A | 0 | 48 | 19 | 3D | 141 | 38 | 19 |
| Octal | 143 | 34 | 112 | 0 | 110 | 31 | 75 | 501 | 70 | 31 |
| Binary | 1100011 | 11100 | 1001010 | 0 | 1001000 | 11001 | 111101 | 101000001 | 111000 | 11001 |
Color Harmonies of #631C4A
Complementary color
Monochromatic Colors of #631C4A
Black with #631C4A
Text Example
Text Example
White with #631C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631C4A; }
p { color: rgb(99,28,74); }
H1.HeaderClassName
{
color: #631C4A;
}
.AnyTagClassName
{
color: #631C4A;
}
</style>
background-color css
<style>
a { background-color: #631C4A; }
a { background-color: rgb(99,28,74); }
div.DivClassName
{
background-color: #631C4A;
}
.BgClassName
{
background-color: #631C4A;
}
</style>
border-color css
<style>
span { border-color: #631C4A; }
span { border-color: rgb(99,28,74); }
td.TdClassName
{
border-color: #631C4A;
}
.TagClassName
{
border-color: #631C4A;
}
</style>