Shades of Pompadour #631B42
Tints of Pompadour #631B42
RGB
CMYK
RGB Variations
Color information
#631B42 (or 0x631B42) is known color: Pompadour. HEX triplet: 63, 1B and 42. RGB value is (99,27,66). Sum of RGB (Red+Green+Blue) = 99+27+66=192 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.56% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 99 - color contains mainly: red. Hex color #631B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631B42 is #9CE4BD. Grayscale: #343434. Windows color (decimal): -10282174 or 4332387. OLE color: 4332387.
HSL color Cylindrical-coordinate representation of color #631B42: hue angle of 327.5º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #631B42 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 27 | 66 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.61 |
| HSL | 327.5º | 0.57% | 0.25% | - |
| HSV(B) | 327.5º | 0.73% | 0.39% | - |
| XYZ | 6.52 | 3.83 | 5.55 | - |
| YUV | 52.97 | 135.35 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 27 | 66 | 0 | 0.73 | 0.33 | 0.61 | 327.5 | 0.57 | 0.25 |
| Hex | 63 | 1B | 42 | 0 | 49 | 21 | 3D | 148 | 39 | 19 |
| Octal | 143 | 33 | 102 | 0 | 111 | 41 | 75 | 510 | 71 | 31 |
| Binary | 1100011 | 11011 | 1000010 | 0 | 1001001 | 100001 | 111101 | 101001000 | 111001 | 11001 |
Color Harmonies of #631B42
Complementary color
Monochromatic Colors of #631B42
Black with #631B42
Text Example
Text Example
White with #631B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631B42; }
p { color: rgb(99,27,66); }
H1.HeaderClassName
{
color: #631B42;
}
.AnyTagClassName
{
color: #631B42;
}
</style>
background-color css
<style>
a { background-color: #631B42; }
a { background-color: rgb(99,27,66); }
div.DivClassName
{
background-color: #631B42;
}
.BgClassName
{
background-color: #631B42;
}
</style>
border-color css
<style>
span { border-color: #631B42; }
span { border-color: rgb(99,27,66); }
td.TdClassName
{
border-color: #631B42;
}
.TagClassName
{
border-color: #631B42;
}
</style>