Shades of Pompadour #632240
Tints of Pompadour #632240
RGB
CMYK
RGB Variations
Color information
#632240 (or 0x632240) is known color: Pompadour. HEX triplet: 63, 22 and 40. RGB value is (99,34,64). Sum of RGB (Red+Green+Blue) = 99+34+64=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #632240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632240 is #9CDDBF. Grayscale: #383838. Windows color (decimal): -10280384 or 4203107. OLE color: 4203107.
HSL color Cylindrical-coordinate representation of color #632240: hue angle of 332.31º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #632240 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 34 | 64 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.61 |
| HSL | 332.31º | 0.49% | 0.26% | - |
| HSV(B) | 332.31º | 0.66% | 0.39% | - |
| XYZ | 6.64 | 4.17 | 5.3 | - |
| YUV | 56.86 | 132.03 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 64 | 0 | 0.66 | 0.35 | 0.61 | 332.31 | 0.49 | 0.26 |
| Hex | 63 | 22 | 40 | 0 | 42 | 23 | 3D | 14C | 31 | 1A |
| Octal | 143 | 42 | 100 | 0 | 102 | 43 | 75 | 514 | 61 | 32 |
| Binary | 1100011 | 100010 | 1000000 | 0 | 1000010 | 100011 | 111101 | 101001100 | 110001 | 11010 |
Color Harmonies of #632240
Complementary color
Monochromatic Colors of #632240
Black with #632240
Text Example
Text Example
White with #632240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632240; }
p { color: rgb(99,34,64); }
H1.HeaderClassName
{
color: #632240;
}
.AnyTagClassName
{
color: #632240;
}
</style>
background-color css
<style>
a { background-color: #632240; }
a { background-color: rgb(99,34,64); }
div.DivClassName
{
background-color: #632240;
}
.BgClassName
{
background-color: #632240;
}
</style>
border-color css
<style>
span { border-color: #632240; }
span { border-color: rgb(99,34,64); }
td.TdClassName
{
border-color: #632240;
}
.TagClassName
{
border-color: #632240;
}
</style>