Shades of Pompadour #74234B
Tints of Pompadour #74234B
RGB
CMYK
RGB Variations
Color information
#74234B (or 0x74234B) is known color: Pompadour. HEX triplet: 74, 23 and 4B. RGB value is (116,35,75). Sum of RGB (Red+Green+Blue) = 116+35+75=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #74234B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74234B is #8BDCB4. Grayscale: #3F3F3F. Windows color (decimal): -9166005 or 4924276. OLE color: 4924276.
HSL color Cylindrical-coordinate representation of color #74234B: hue angle of 330.37º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74234B is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 35 | 75 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.55 |
| HSL | 330.37º | 0.54% | 0.3% | - |
| HSV(B) | 330.37º | 0.7% | 0.45% | - |
| XYZ | 9.07 | 5.42 | 7.23 | - |
| YUV | 63.78 | 134.34 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 35 | 75 | 0 | 0.70 | 0.35 | 0.55 | 330.37 | 0.54 | 0.3 |
| Hex | 74 | 23 | 4B | 0 | 46 | 23 | 37 | 14A | 36 | 1E |
| Octal | 164 | 43 | 113 | 0 | 106 | 43 | 67 | 512 | 66 | 36 |
| Binary | 1110100 | 100011 | 1001011 | 0 | 1000110 | 100011 | 110111 | 101001010 | 110110 | 11110 |
Color Harmonies of #74234B
Complementary color
Monochromatic Colors of #74234B
Black with #74234B
Text Example
Text Example
White with #74234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74234B; }
p { color: rgb(116,35,75); }
H1.HeaderClassName
{
color: #74234B;
}
.AnyTagClassName
{
color: #74234B;
}
</style>
background-color css
<style>
a { background-color: #74234B; }
a { background-color: rgb(116,35,75); }
div.DivClassName
{
background-color: #74234B;
}
.BgClassName
{
background-color: #74234B;
}
</style>
border-color css
<style>
span { border-color: #74234B; }
span { border-color: rgb(116,35,75); }
td.TdClassName
{
border-color: #74234B;
}
.TagClassName
{
border-color: #74234B;
}
</style>