Shades of Pompadour #65254B
Tints of Pompadour #65254B
RGB
CMYK
RGB Variations
Color information
#65254B (or 0x65254B) is known color: Pompadour. HEX triplet: 65, 25 and 4B. RGB value is (101,37,75). Sum of RGB (Red+Green+Blue) = 101+37+75=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #65254B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65254B is #9ADAB4. Grayscale: #3C3C3C. Windows color (decimal): -10148533 or 4924773. OLE color: 4924773.
HSL color Cylindrical-coordinate representation of color #65254B: hue angle of 324.38º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #65254B is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 37 | 75 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.60 |
| HSL | 324.38º | 0.46% | 0.27% | - |
| HSV(B) | 324.38º | 0.63% | 0.4% | - |
| XYZ | 7.3 | 4.6 | 7.16 | - |
| YUV | 60.47 | 136.2 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 37 | 75 | 0 | 0.63 | 0.26 | 0.60 | 324.38 | 0.46 | 0.27 |
| Hex | 65 | 25 | 4B | 0 | 3F | 1A | 3C | 144 | 2E | 1B |
| Octal | 145 | 45 | 113 | 0 | 77 | 32 | 74 | 504 | 56 | 33 |
| Binary | 1100101 | 100101 | 1001011 | 0 | 111111 | 11010 | 111100 | 101000100 | 101110 | 11011 |
Color Harmonies of #65254B
Complementary color
Monochromatic Colors of #65254B
Black with #65254B
Text Example
Text Example
White with #65254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65254B; }
p { color: rgb(101,37,75); }
H1.HeaderClassName
{
color: #65254B;
}
.AnyTagClassName
{
color: #65254B;
}
</style>
background-color css
<style>
a { background-color: #65254B; }
a { background-color: rgb(101,37,75); }
div.DivClassName
{
background-color: #65254B;
}
.BgClassName
{
background-color: #65254B;
}
</style>
border-color css
<style>
span { border-color: #65254B; }
span { border-color: rgb(101,37,75); }
td.TdClassName
{
border-color: #65254B;
}
.TagClassName
{
border-color: #65254B;
}
</style>