Shades of Pompadour #631B38
Tints of Pompadour #631B38
RGB
CMYK
RGB Variations
Color information
#631B38 (or 0x631B38) is known color: Pompadour. HEX triplet: 63, 1B and 38. RGB value is (99,27,56). Sum of RGB (Red+Green+Blue) = 99+27+56=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 27 (10.94% from 255 or 14.84% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #631B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631B38 is #9CE4C7. Grayscale: #333333. Windows color (decimal): -10282184 or 3677027. OLE color: 3677027.
HSL color Cylindrical-coordinate representation of color #631B38: hue angle of 335.83º 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 #631B38 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 27 | 56 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.61 |
| HSL | 335.83º | 0.57% | 0.25% | - |
| HSV(B) | 335.83º | 0.73% | 0.39% | - |
| XYZ | 6.25 | 3.72 | 4.13 | - |
| YUV | 51.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 27 | 56 | 0 | 0.73 | 0.43 | 0.61 | 335.83 | 0.57 | 0.25 |
| Hex | 63 | 1B | 38 | 0 | 49 | 2B | 3D | 150 | 39 | 19 |
| Octal | 143 | 33 | 70 | 0 | 111 | 53 | 75 | 520 | 71 | 31 |
| Binary | 1100011 | 11011 | 111000 | 0 | 1001001 | 101011 | 111101 | 101010000 | 111001 | 11001 |
Color Harmonies of #631B38
Complementary color
Monochromatic Colors of #631B38
Black with #631B38
Text Example
Text Example
White with #631B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631B38; }
p { color: rgb(99,27,56); }
H1.HeaderClassName
{
color: #631B38;
}
.AnyTagClassName
{
color: #631B38;
}
</style>
background-color css
<style>
a { background-color: #631B38; }
a { background-color: rgb(99,27,56); }
div.DivClassName
{
background-color: #631B38;
}
.BgClassName
{
background-color: #631B38;
}
</style>
border-color css
<style>
span { border-color: #631B38; }
span { border-color: rgb(99,27,56); }
td.TdClassName
{
border-color: #631B38;
}
.TagClassName
{
border-color: #631B38;
}
</style>