Shades of Pompadour #632A42
Tints of Pompadour #632A42
RGB
CMYK
RGB Variations
Color information
#632A42 (or 0x632A42) is known color: Pompadour. HEX triplet: 63, 2A and 42. RGB value is (99,42,66). Sum of RGB (Red+Green+Blue) = 99+42+66=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 42 (16.80% from 255 or 20.29% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #632A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632A42 is #9CD5BD. Grayscale: #3D3D3D. Windows color (decimal): -10278334 or 4336227. OLE color: 4336227.
HSL color Cylindrical-coordinate representation of color #632A42: hue angle of 334.74º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #632A42 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 42 | 66 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.61 |
| HSL | 334.74º | 0.4% | 0.28% | - |
| HSV(B) | 334.74º | 0.58% | 0.39% | - |
| XYZ | 6.96 | 4.7 | 5.7 | - |
| YUV | 61.78 | 130.38 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 66 | 0 | 0.58 | 0.33 | 0.61 | 334.74 | 0.4 | 0.28 |
| Hex | 63 | 2A | 42 | 0 | 3A | 21 | 3D | 14F | 28 | 1C |
| Octal | 143 | 52 | 102 | 0 | 72 | 41 | 75 | 517 | 50 | 34 |
| Binary | 1100011 | 101010 | 1000010 | 0 | 111010 | 100001 | 111101 | 101001111 | 101000 | 11100 |
Color Harmonies of #632A42
Complementary color
Monochromatic Colors of #632A42
Black with #632A42
Text Example
Text Example
White with #632A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632A42; }
p { color: rgb(99,42,66); }
H1.HeaderClassName
{
color: #632A42;
}
.AnyTagClassName
{
color: #632A42;
}
</style>
background-color css
<style>
a { background-color: #632A42; }
a { background-color: rgb(99,42,66); }
div.DivClassName
{
background-color: #632A42;
}
.BgClassName
{
background-color: #632A42;
}
</style>
border-color css
<style>
span { border-color: #632A42; }
span { border-color: rgb(99,42,66); }
td.TdClassName
{
border-color: #632A42;
}
.TagClassName
{
border-color: #632A42;
}
</style>