Shades of Pompadour #65314F
Tints of Pompadour #65314F
RGB
CMYK
RGB Variations
Color information
#65314F (or 0x65314F) is known color: Pompadour. HEX triplet: 65, 31 and 4F. RGB value is (101,49,79). Sum of RGB (Red+Green+Blue) = 101+49+79=229 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.10% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 101 - color contains mainly: red. Hex color #65314F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65314F is #9ACEB0. Grayscale: #434343. Windows color (decimal): -10145457 or 5189989. OLE color: 5189989.
HSL color Cylindrical-coordinate representation of color #65314F: hue angle of 325.38º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65314F is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 49 | 79 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.60 |
| HSL | 325.38º | 0.35% | 0.29% | - |
| HSV(B) | 325.38º | 0.51% | 0.4% | - |
| XYZ | 7.88 | 5.53 | 8.05 | - |
| YUV | 67.97 | 134.23 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 49 | 79 | 0 | 0.51 | 0.22 | 0.60 | 325.38 | 0.35 | 0.29 |
| Hex | 65 | 31 | 4F | 0 | 33 | 16 | 3C | 145 | 23 | 1D |
| Octal | 145 | 61 | 117 | 0 | 63 | 26 | 74 | 505 | 43 | 35 |
| Binary | 1100101 | 110001 | 1001111 | 0 | 110011 | 10110 | 111100 | 101000101 | 100011 | 11101 |
Color Harmonies of #65314F
Complementary color
Monochromatic Colors of #65314F
Black with #65314F
Text Example
Text Example
White with #65314F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65314F; }
p { color: rgb(101,49,79); }
H1.HeaderClassName
{
color: #65314F;
}
.AnyTagClassName
{
color: #65314F;
}
</style>
background-color css
<style>
a { background-color: #65314F; }
a { background-color: rgb(101,49,79); }
div.DivClassName
{
background-color: #65314F;
}
.BgClassName
{
background-color: #65314F;
}
</style>
border-color css
<style>
span { border-color: #65314F; }
span { border-color: rgb(101,49,79); }
td.TdClassName
{
border-color: #65314F;
}
.TagClassName
{
border-color: #65314F;
}
</style>