Shades of Pompadour #74113D
Tints of Pompadour #74113D
RGB
CMYK
RGB Variations
Color information
#74113D (or 0x74113D) is known color: Pompadour. HEX triplet: 74, 11 and 3D. RGB value is (116,17,61). Sum of RGB (Red+Green+Blue) = 116+17+61=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #74113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74113D is #8BEEC2. Grayscale: #333333. Windows color (decimal): -9170627 or 4002164. OLE color: 4002164.
HSL color Cylindrical-coordinate representation of color #74113D: hue angle of 333.33º 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 #74113D is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 17 | 61 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.55 |
| HSL | 333.33º | 0.74% | 0.26% | - |
| HSV(B) | 333.33º | 0.85% | 0.45% | - |
| XYZ | 8.25 | 4.45 | 4.84 | - |
| YUV | 51.62 | 133.3 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 61 | 0 | 0.85 | 0.47 | 0.55 | 333.33 | 0.74 | 0.26 |
| Hex | 74 | 11 | 3D | 0 | 55 | 2F | 37 | 14D | 4A | 1A |
| Octal | 164 | 21 | 75 | 0 | 125 | 57 | 67 | 515 | 112 | 32 |
| Binary | 1110100 | 10001 | 111101 | 0 | 1010101 | 101111 | 110111 | 101001101 | 1001010 | 11010 |
Color Harmonies of #74113D
Complementary color
Monochromatic Colors of #74113D
Black with #74113D
Text Example
Text Example
White with #74113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74113D; }
p { color: rgb(116,17,61); }
H1.HeaderClassName
{
color: #74113D;
}
.AnyTagClassName
{
color: #74113D;
}
</style>
background-color css
<style>
a { background-color: #74113D; }
a { background-color: rgb(116,17,61); }
div.DivClassName
{
background-color: #74113D;
}
.BgClassName
{
background-color: #74113D;
}
</style>
border-color css
<style>
span { border-color: #74113D; }
span { border-color: rgb(116,17,61); }
td.TdClassName
{
border-color: #74113D;
}
.TagClassName
{
border-color: #74113D;
}
</style>