Shades of Pompadour #74113B
Tints of Pompadour #74113B
RGB
CMYK
RGB Variations
Color information
#74113B (or 0x74113B) is known color: Pompadour. HEX triplet: 74, 11 and 3B. RGB value is (116,17,59). Sum of RGB (Red+Green+Blue) = 116+17+59=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #74113B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74113B is #8BEEC4. Grayscale: #333333. Windows color (decimal): -9170629 or 3871092. OLE color: 3871092.
HSL color Cylindrical-coordinate representation of color #74113B: hue angle of 334.55º 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 #74113B is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 17 | 59 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.55 |
| HSL | 334.55º | 0.74% | 0.26% | - |
| HSV(B) | 334.55º | 0.85% | 0.45% | - |
| XYZ | 8.19 | 4.43 | 4.56 | - |
| YUV | 51.39 | 132.3 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 59 | 0 | 0.85 | 0.49 | 0.55 | 334.55 | 0.74 | 0.26 |
| Hex | 74 | 11 | 3B | 0 | 55 | 31 | 37 | 14F | 4A | 1A |
| Octal | 164 | 21 | 73 | 0 | 125 | 61 | 67 | 517 | 112 | 32 |
| Binary | 1110100 | 10001 | 111011 | 0 | 1010101 | 110001 | 110111 | 101001111 | 1001010 | 11010 |
Color Harmonies of #74113B
Complementary color
Monochromatic Colors of #74113B
Black with #74113B
Text Example
Text Example
White with #74113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74113B; }
p { color: rgb(116,17,59); }
H1.HeaderClassName
{
color: #74113B;
}
.AnyTagClassName
{
color: #74113B;
}
</style>
background-color css
<style>
a { background-color: #74113B; }
a { background-color: rgb(116,17,59); }
div.DivClassName
{
background-color: #74113B;
}
.BgClassName
{
background-color: #74113B;
}
</style>
border-color css
<style>
span { border-color: #74113B; }
span { border-color: rgb(116,17,59); }
td.TdClassName
{
border-color: #74113B;
}
.TagClassName
{
border-color: #74113B;
}
</style>