Shades of Pompadour #632345
Tints of Pompadour #632345
RGB
CMYK
RGB Variations
Color information
#632345 (or 0x632345) is known color: Pompadour. HEX triplet: 63, 23 and 45. RGB value is (99,35,69). Sum of RGB (Red+Green+Blue) = 99+35+69=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #632345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632345 is #9CDCBA. Grayscale: #393939. Windows color (decimal): -10280123 or 4531043. OLE color: 4531043.
HSL color Cylindrical-coordinate representation of color #632345: hue angle of 328.12º 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 #632345 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 35 | 69 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.61 |
| HSL | 328.13º | 0.48% | 0.26% | - |
| HSV(B) | 328.13º | 0.65% | 0.39% | - |
| XYZ | 6.82 | 4.28 | 6.1 | - |
| YUV | 58.01 | 134.2 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 35 | 69 | 0 | 0.65 | 0.30 | 0.61 | 328.13 | 0.48 | 0.26 |
| Hex | 63 | 23 | 45 | 0 | 41 | 1E | 3D | 148 | 30 | 1A |
| Octal | 143 | 43 | 105 | 0 | 101 | 36 | 75 | 510 | 60 | 32 |
| Binary | 1100011 | 100011 | 1000101 | 0 | 1000001 | 11110 | 111101 | 101001000 | 110000 | 11010 |
Color Harmonies of #632345
Complementary color
Monochromatic Colors of #632345
Black with #632345
Text Example
Text Example
White with #632345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632345; }
p { color: rgb(99,35,69); }
H1.HeaderClassName
{
color: #632345;
}
.AnyTagClassName
{
color: #632345;
}
</style>
background-color css
<style>
a { background-color: #632345; }
a { background-color: rgb(99,35,69); }
div.DivClassName
{
background-color: #632345;
}
.BgClassName
{
background-color: #632345;
}
</style>
border-color css
<style>
span { border-color: #632345; }
span { border-color: rgb(99,35,69); }
td.TdClassName
{
border-color: #632345;
}
.TagClassName
{
border-color: #632345;
}
</style>