Shades of Pompadour #652342
Tints of Pompadour #652342
RGB
CMYK
RGB Variations
Color information
#652342 (or 0x652342) is known color: Pompadour. HEX triplet: 65, 23 and 42. RGB value is (101,35,66). Sum of RGB (Red+Green+Blue) = 101+35+66=202 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 101 - color contains mainly: red. Hex color #652342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652342 is #9ADCBD. Grayscale: #3A3A3A. Windows color (decimal): -10149054 or 4334437. OLE color: 4334437.
HSL color Cylindrical-coordinate representation of color #652342: hue angle of 331.82º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #652342 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 35 | 66 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.60 |
| HSL | 331.82º | 0.49% | 0.27% | - |
| HSV(B) | 331.82º | 0.65% | 0.4% | - |
| XYZ | 6.95 | 4.36 | 5.63 | - |
| YUV | 58.27 | 132.37 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 35 | 66 | 0 | 0.65 | 0.35 | 0.60 | 331.82 | 0.49 | 0.27 |
| Hex | 65 | 23 | 42 | 0 | 41 | 23 | 3C | 14C | 31 | 1B |
| Octal | 145 | 43 | 102 | 0 | 101 | 43 | 74 | 514 | 61 | 33 |
| Binary | 1100101 | 100011 | 1000010 | 0 | 1000001 | 100011 | 111100 | 101001100 | 110001 | 11011 |
Color Harmonies of #652342
Complementary color
Monochromatic Colors of #652342
Black with #652342
Text Example
Text Example
White with #652342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652342; }
p { color: rgb(101,35,66); }
H1.HeaderClassName
{
color: #652342;
}
.AnyTagClassName
{
color: #652342;
}
</style>
background-color css
<style>
a { background-color: #652342; }
a { background-color: rgb(101,35,66); }
div.DivClassName
{
background-color: #652342;
}
.BgClassName
{
background-color: #652342;
}
</style>
border-color css
<style>
span { border-color: #652342; }
span { border-color: rgb(101,35,66); }
td.TdClassName
{
border-color: #652342;
}
.TagClassName
{
border-color: #652342;
}
</style>