Shades of Pompadour #74113F
Tints of Pompadour #74113F
RGB
CMYK
RGB Variations
Color information
#74113F (or 0x74113F) is known color: Pompadour. HEX triplet: 74, 11 and 3F. RGB value is (116,17,63). Sum of RGB (Red+Green+Blue) = 116+17+63=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #74113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74113F is #8BEEC0. Grayscale: #333333. Windows color (decimal): -9170625 or 4133236. OLE color: 4133236.
HSL color Cylindrical-coordinate representation of color #74113F: hue angle of 332.12º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74113F is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 17 | 63 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.55 |
| HSL | 332.12º | 0.74% | 0.26% | - |
| HSV(B) | 332.12º | 0.85% | 0.45% | - |
| XYZ | 8.3 | 4.47 | 5.13 | - |
| YUV | 51.85 | 134.3 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 63 | 0 | 0.85 | 0.46 | 0.55 | 332.12 | 0.74 | 0.26 |
| Hex | 74 | 11 | 3F | 0 | 55 | 2E | 37 | 14C | 4A | 1A |
| Octal | 164 | 21 | 77 | 0 | 125 | 56 | 67 | 514 | 112 | 32 |
| Binary | 1110100 | 10001 | 111111 | 0 | 1010101 | 101110 | 110111 | 101001100 | 1001010 | 11010 |
Color Harmonies of #74113F
Complementary color
Monochromatic Colors of #74113F
Black with #74113F
Text Example
Text Example
White with #74113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74113F; }
p { color: rgb(116,17,63); }
H1.HeaderClassName
{
color: #74113F;
}
.AnyTagClassName
{
color: #74113F;
}
</style>
background-color css
<style>
a { background-color: #74113F; }
a { background-color: rgb(116,17,63); }
div.DivClassName
{
background-color: #74113F;
}
.BgClassName
{
background-color: #74113F;
}
</style>
border-color css
<style>
span { border-color: #74113F; }
span { border-color: rgb(116,17,63); }
td.TdClassName
{
border-color: #74113F;
}
.TagClassName
{
border-color: #74113F;
}
</style>