Shades of Pompadour #74194B
Tints of Pompadour #74194B
RGB
CMYK
RGB Variations
Color information
#74194B (or 0x74194B) is known color: Pompadour. HEX triplet: 74, 19 and 4B. RGB value is (116,25,75). Sum of RGB (Red+Green+Blue) = 116+25+75=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #74194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74194B is #8BE6B4. Grayscale: #393939. Windows color (decimal): -9168565 or 4921716. OLE color: 4921716.
HSL color Cylindrical-coordinate representation of color #74194B: hue angle of 327.03º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74194B is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 25 | 75 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.55 |
| HSL | 327.03º | 0.65% | 0.28% | - |
| HSV(B) | 327.03º | 0.78% | 0.45% | - |
| XYZ | 8.82 | 4.92 | 7.14 | - |
| YUV | 57.91 | 137.65 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 25 | 75 | 0 | 0.78 | 0.35 | 0.55 | 327.03 | 0.65 | 0.28 |
| Hex | 74 | 19 | 4B | 0 | 4E | 23 | 37 | 147 | 41 | 1C |
| Octal | 164 | 31 | 113 | 0 | 116 | 43 | 67 | 507 | 101 | 34 |
| Binary | 1110100 | 11001 | 1001011 | 0 | 1001110 | 100011 | 110111 | 101000111 | 1000001 | 11100 |
Color Harmonies of #74194B
Complementary color
Monochromatic Colors of #74194B
Black with #74194B
Text Example
Text Example
White with #74194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74194B; }
p { color: rgb(116,25,75); }
H1.HeaderClassName
{
color: #74194B;
}
.AnyTagClassName
{
color: #74194B;
}
</style>
background-color css
<style>
a { background-color: #74194B; }
a { background-color: rgb(116,25,75); }
div.DivClassName
{
background-color: #74194B;
}
.BgClassName
{
background-color: #74194B;
}
</style>
border-color css
<style>
span { border-color: #74194B; }
span { border-color: rgb(116,25,75); }
td.TdClassName
{
border-color: #74194B;
}
.TagClassName
{
border-color: #74194B;
}
</style>