Shades of Pompadour #74143A
Tints of Pompadour #74143A
RGB
CMYK
RGB Variations
Color information
#74143A (or 0x74143A) is known color: Pompadour. HEX triplet: 74, 14 and 3A. RGB value is (116,20,58). Sum of RGB (Red+Green+Blue) = 116+20+58=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #74143A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74143A is #8BEBC5. Grayscale: #343434. Windows color (decimal): -9169862 or 3806324. OLE color: 3806324.
HSL color Cylindrical-coordinate representation of color #74143A: hue angle of 336.25º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74143A is Cyan = 0, Magento = 0.83, Yellow = 0.5 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 20 | 58 | - |
| CMYK | 0 | 0.83 | 0.5 | 0.55 |
| HSL | 336.25º | 0.71% | 0.27% | - |
| HSV(B) | 336.25º | 0.83% | 0.45% | - |
| XYZ | 8.22 | 4.52 | 4.44 | - |
| YUV | 53.04 | 130.8 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 58 | 0 | 0.83 | 0.5 | 0.55 | 336.25 | 0.71 | 0.27 |
| Hex | 74 | 14 | 3A | 0 | 53 | 32 | 37 | 150 | 47 | 1B |
| Octal | 164 | 24 | 72 | 0 | 123 | 62 | 67 | 520 | 107 | 33 |
| Binary | 1110100 | 10100 | 111010 | 0 | 1010011 | 110010 | 110111 | 101010000 | 1000111 | 11011 |
Color Harmonies of #74143A
Complementary color
Monochromatic Colors of #74143A
Black with #74143A
Text Example
Text Example
White with #74143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74143A; }
p { color: rgb(116,20,58); }
H1.HeaderClassName
{
color: #74143A;
}
.AnyTagClassName
{
color: #74143A;
}
</style>
background-color css
<style>
a { background-color: #74143A; }
a { background-color: rgb(116,20,58); }
div.DivClassName
{
background-color: #74143A;
}
.BgClassName
{
background-color: #74143A;
}
</style>
border-color css
<style>
span { border-color: #74143A; }
span { border-color: rgb(116,20,58); }
td.TdClassName
{
border-color: #74143A;
}
.TagClassName
{
border-color: #74143A;
}
</style>