Shades of Pompadour #631A42
Tints of Pompadour #631A42
RGB
CMYK
RGB Variations
Color information
#631A42 (or 0x631A42) is known color: Pompadour. HEX triplet: 63, 1A and 42. RGB value is (99,26,66). Sum of RGB (Red+Green+Blue) = 99+26+66=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #631A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631A42 is #9CE5BD. Grayscale: #343434. Windows color (decimal): -10282430 or 4332131. OLE color: 4332131.
HSL color Cylindrical-coordinate representation of color #631A42: hue angle of 327.12º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #631A42 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 26 | 66 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.61 |
| HSL | 327.12º | 0.58% | 0.25% | - |
| HSV(B) | 327.12º | 0.74% | 0.39% | - |
| XYZ | 6.5 | 3.78 | 5.54 | - |
| YUV | 52.39 | 135.68 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 26 | 66 | 0 | 0.74 | 0.33 | 0.61 | 327.12 | 0.58 | 0.25 |
| Hex | 63 | 1A | 42 | 0 | 4A | 21 | 3D | 147 | 3A | 19 |
| Octal | 143 | 32 | 102 | 0 | 112 | 41 | 75 | 507 | 72 | 31 |
| Binary | 1100011 | 11010 | 1000010 | 0 | 1001010 | 100001 | 111101 | 101000111 | 111010 | 11001 |
Color Harmonies of #631A42
Complementary color
Monochromatic Colors of #631A42
Black with #631A42
Text Example
Text Example
White with #631A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631A42; }
p { color: rgb(99,26,66); }
H1.HeaderClassName
{
color: #631A42;
}
.AnyTagClassName
{
color: #631A42;
}
</style>
background-color css
<style>
a { background-color: #631A42; }
a { background-color: rgb(99,26,66); }
div.DivClassName
{
background-color: #631A42;
}
.BgClassName
{
background-color: #631A42;
}
</style>
border-color css
<style>
span { border-color: #631A42; }
span { border-color: rgb(99,26,66); }
td.TdClassName
{
border-color: #631A42;
}
.TagClassName
{
border-color: #631A42;
}
</style>