Shades of Pompadour #74163F
Tints of Pompadour #74163F
RGB
CMYK
RGB Variations
Color information
#74163F (or 0x74163F) is known color: Pompadour. HEX triplet: 74, 16 and 3F. RGB value is (116,22,63). Sum of RGB (Red+Green+Blue) = 116+22+63=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #74163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74163F is #8BE9C0. Grayscale: #363636. Windows color (decimal): -9169345 or 4134516. OLE color: 4134516.
HSL color Cylindrical-coordinate representation of color #74163F: hue angle of 333.83º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74163F is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 22 | 63 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.55 |
| HSL | 333.83º | 0.68% | 0.27% | - |
| HSV(B) | 333.83º | 0.81% | 0.45% | - |
| XYZ | 8.39 | 4.65 | 5.16 | - |
| YUV | 54.78 | 132.64 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 22 | 63 | 0 | 0.81 | 0.46 | 0.55 | 333.83 | 0.68 | 0.27 |
| Hex | 74 | 16 | 3F | 0 | 51 | 2E | 37 | 14E | 44 | 1B |
| Octal | 164 | 26 | 77 | 0 | 121 | 56 | 67 | 516 | 104 | 33 |
| Binary | 1110100 | 10110 | 111111 | 0 | 1010001 | 101110 | 110111 | 101001110 | 1000100 | 11011 |
Color Harmonies of #74163F
Complementary color
Monochromatic Colors of #74163F
Black with #74163F
Text Example
Text Example
White with #74163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74163F; }
p { color: rgb(116,22,63); }
H1.HeaderClassName
{
color: #74163F;
}
.AnyTagClassName
{
color: #74163F;
}
</style>
background-color css
<style>
a { background-color: #74163F; }
a { background-color: rgb(116,22,63); }
div.DivClassName
{
background-color: #74163F;
}
.BgClassName
{
background-color: #74163F;
}
</style>
border-color css
<style>
span { border-color: #74163F; }
span { border-color: rgb(116,22,63); }
td.TdClassName
{
border-color: #74163F;
}
.TagClassName
{
border-color: #74163F;
}
</style>