Shades of Pompadour #74224F
Tints of Pompadour #74224F
RGB
CMYK
RGB Variations
Color information
#74224F (or 0x74224F) is known color: Pompadour. HEX triplet: 74, 22 and 4F. RGB value is (116,34,79). Sum of RGB (Red+Green+Blue) = 116+34+79=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #74224F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74224F is #8BDDB0. Grayscale: #3F3F3F. Windows color (decimal): -9166257 or 5186164. OLE color: 5186164.
HSL color Cylindrical-coordinate representation of color #74224F: hue angle of 327.07º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74224F is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 34 | 79 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.55 |
| HSL | 327.07º | 0.55% | 0.29% | - |
| HSV(B) | 327.07º | 0.71% | 0.45% | - |
| XYZ | 9.19 | 5.42 | 7.96 | - |
| YUV | 63.65 | 136.67 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 34 | 79 | 0 | 0.71 | 0.32 | 0.55 | 327.07 | 0.55 | 0.29 |
| Hex | 74 | 22 | 4F | 0 | 47 | 20 | 37 | 147 | 37 | 1D |
| Octal | 164 | 42 | 117 | 0 | 107 | 40 | 67 | 507 | 67 | 35 |
| Binary | 1110100 | 100010 | 1001111 | 0 | 1000111 | 100000 | 110111 | 101000111 | 110111 | 11101 |
Color Harmonies of #74224F
Complementary color
Monochromatic Colors of #74224F
Black with #74224F
Text Example
Text Example
White with #74224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74224F; }
p { color: rgb(116,34,79); }
H1.HeaderClassName
{
color: #74224F;
}
.AnyTagClassName
{
color: #74224F;
}
</style>
background-color css
<style>
a { background-color: #74224F; }
a { background-color: rgb(116,34,79); }
div.DivClassName
{
background-color: #74224F;
}
.BgClassName
{
background-color: #74224F;
}
</style>
border-color css
<style>
span { border-color: #74224F; }
span { border-color: rgb(116,34,79); }
td.TdClassName
{
border-color: #74224F;
}
.TagClassName
{
border-color: #74224F;
}
</style>