Shades of Pompadour #65154A
Tints of Pompadour #65154A
RGB
CMYK
RGB Variations
Color information
#65154A (or 0x65154A) is known color: Pompadour. HEX triplet: 65, 15 and 4A. RGB value is (101,21,74). Sum of RGB (Red+Green+Blue) = 101+21+74=196 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.53% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 101 - color contains mainly: red. Hex color #65154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65154A is #9AEAB5. Grayscale: #323232. Windows color (decimal): -10152630 or 4855141. OLE color: 4855141.
HSL color Cylindrical-coordinate representation of color #65154A: hue angle of 320.25º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #65154A is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 21 | 74 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.60 |
| HSL | 320.25º | 0.66% | 0.24% | - |
| HSV(B) | 320.25º | 0.79% | 0.4% | - |
| XYZ | 6.87 | 3.8 | 6.85 | - |
| YUV | 50.96 | 141 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 21 | 74 | 0 | 0.79 | 0.27 | 0.60 | 320.25 | 0.66 | 0.24 |
| Hex | 65 | 15 | 4A | 0 | 4F | 1B | 3C | 140 | 42 | 18 |
| Octal | 145 | 25 | 112 | 0 | 117 | 33 | 74 | 500 | 102 | 30 |
| Binary | 1100101 | 10101 | 1001010 | 0 | 1001111 | 11011 | 111100 | 101000000 | 1000010 | 11000 |
Color Harmonies of #65154A
Complementary color
Monochromatic Colors of #65154A
Black with #65154A
Text Example
Text Example
White with #65154A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65154A; }
p { color: rgb(101,21,74); }
H1.HeaderClassName
{
color: #65154A;
}
.AnyTagClassName
{
color: #65154A;
}
</style>
background-color css
<style>
a { background-color: #65154A; }
a { background-color: rgb(101,21,74); }
div.DivClassName
{
background-color: #65154A;
}
.BgClassName
{
background-color: #65154A;
}
</style>
border-color css
<style>
span { border-color: #65154A; }
span { border-color: rgb(101,21,74); }
td.TdClassName
{
border-color: #65154A;
}
.TagClassName
{
border-color: #65154A;
}
</style>