Shades of Pompadour #632344
Tints of Pompadour #632344
RGB
CMYK
RGB Variations
Color information
#632344 (or 0x632344) is known color: Pompadour. HEX triplet: 63, 23 and 44. RGB value is (99,35,68). Sum of RGB (Red+Green+Blue) = 99+35+68=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #632344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632344 is #9CDCBB. Grayscale: #393939. Windows color (decimal): -10280124 or 4465507. OLE color: 4465507.
HSL color Cylindrical-coordinate representation of color #632344: hue angle of 329.06º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #632344 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 35 | 68 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.61 |
| HSL | 329.06º | 0.48% | 0.26% | - |
| HSV(B) | 329.06º | 0.65% | 0.39% | - |
| XYZ | 6.79 | 4.27 | 5.94 | - |
| YUV | 57.9 | 133.7 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 35 | 68 | 0 | 0.65 | 0.31 | 0.61 | 329.06 | 0.48 | 0.26 |
| Hex | 63 | 23 | 44 | 0 | 41 | 1F | 3D | 149 | 30 | 1A |
| Octal | 143 | 43 | 104 | 0 | 101 | 37 | 75 | 511 | 60 | 32 |
| Binary | 1100011 | 100011 | 1000100 | 0 | 1000001 | 11111 | 111101 | 101001001 | 110000 | 11010 |
Color Harmonies of #632344
Complementary color
Monochromatic Colors of #632344
Black with #632344
Text Example
Text Example
White with #632344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632344; }
p { color: rgb(99,35,68); }
H1.HeaderClassName
{
color: #632344;
}
.AnyTagClassName
{
color: #632344;
}
</style>
background-color css
<style>
a { background-color: #632344; }
a { background-color: rgb(99,35,68); }
div.DivClassName
{
background-color: #632344;
}
.BgClassName
{
background-color: #632344;
}
</style>
border-color css
<style>
span { border-color: #632344; }
span { border-color: rgb(99,35,68); }
td.TdClassName
{
border-color: #632344;
}
.TagClassName
{
border-color: #632344;
}
</style>