Shades of Pompadour #742255
Tints of Pompadour #742255
RGB
CMYK
RGB Variations
Color information
#742255 (or 0x742255) is known color: Pompadour. HEX triplet: 74, 22 and 55. RGB value is (116,34,85). Sum of RGB (Red+Green+Blue) = 116+34+85=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #742255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742255 is #8BDDAA. Grayscale: #404040. Windows color (decimal): -9166251 or 5579380. OLE color: 5579380.
HSL color Cylindrical-coordinate representation of color #742255: hue angle of 322.68º 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 #742255 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 34 | 85 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.55 |
| HSL | 322.68º | 0.55% | 0.29% | - |
| HSV(B) | 322.68º | 0.71% | 0.45% | - |
| XYZ | 9.41 | 5.51 | 9.16 | - |
| YUV | 64.33 | 139.67 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 34 | 85 | 0 | 0.71 | 0.27 | 0.55 | 322.68 | 0.55 | 0.29 |
| Hex | 74 | 22 | 55 | 0 | 47 | 1B | 37 | 143 | 37 | 1D |
| Octal | 164 | 42 | 125 | 0 | 107 | 33 | 67 | 503 | 67 | 35 |
| Binary | 1110100 | 100010 | 1010101 | 0 | 1000111 | 11011 | 110111 | 101000011 | 110111 | 11101 |
Color Harmonies of #742255
Complementary color
Monochromatic Colors of #742255
Black with #742255
Text Example
Text Example
White with #742255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742255; }
p { color: rgb(116,34,85); }
H1.HeaderClassName
{
color: #742255;
}
.AnyTagClassName
{
color: #742255;
}
</style>
background-color css
<style>
a { background-color: #742255; }
a { background-color: rgb(116,34,85); }
div.DivClassName
{
background-color: #742255;
}
.BgClassName
{
background-color: #742255;
}
</style>
border-color css
<style>
span { border-color: #742255; }
span { border-color: rgb(116,34,85); }
td.TdClassName
{
border-color: #742255;
}
.TagClassName
{
border-color: #742255;
}
</style>