Shades of Pompadour #642045
Tints of Pompadour #642045
RGB
CMYK
RGB Variations
Color information
#642045 (or 0x642045) is known color: Pompadour. HEX triplet: 64, 20 and 45. RGB value is (100,32,69). Sum of RGB (Red+Green+Blue) = 100+32+69=201 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.75% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 100 - color contains mainly: red. Hex color #642045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642045 is #9BDFBA. Grayscale: #383838. Windows color (decimal): -10215355 or 4530276. OLE color: 4530276.
HSL color Cylindrical-coordinate representation of color #642045: hue angle of 327.35º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #642045 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 32 | 69 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.61 |
| HSL | 327.35º | 0.52% | 0.26% | - |
| HSV(B) | 327.35º | 0.68% | 0.39% | - |
| XYZ | 6.85 | 4.17 | 6.07 | - |
| YUV | 56.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 32 | 69 | 0 | 0.68 | 0.31 | 0.61 | 327.35 | 0.52 | 0.26 |
| Hex | 64 | 20 | 45 | 0 | 44 | 1F | 3D | 147 | 34 | 1A |
| Octal | 144 | 40 | 105 | 0 | 104 | 37 | 75 | 507 | 64 | 32 |
| Binary | 1100100 | 100000 | 1000101 | 0 | 1000100 | 11111 | 111101 | 101000111 | 110100 | 11010 |
Color Harmonies of #642045
Complementary color
Monochromatic Colors of #642045
Black with #642045
Text Example
Text Example
White with #642045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642045; }
p { color: rgb(100,32,69); }
H1.HeaderClassName
{
color: #642045;
}
.AnyTagClassName
{
color: #642045;
}
</style>
background-color css
<style>
a { background-color: #642045; }
a { background-color: rgb(100,32,69); }
div.DivClassName
{
background-color: #642045;
}
.BgClassName
{
background-color: #642045;
}
</style>
border-color css
<style>
span { border-color: #642045; }
span { border-color: rgb(100,32,69); }
td.TdClassName
{
border-color: #642045;
}
.TagClassName
{
border-color: #642045;
}
</style>