Shades of Pompadour #74133A
Tints of Pompadour #74133A
RGB
CMYK
RGB Variations
Color information
#74133A (or 0x74133A) is known color: Pompadour. HEX triplet: 74, 13 and 3A. RGB value is (116,19,58). Sum of RGB (Red+Green+Blue) = 116+19+58=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #74133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74133A is #8BECC5. Grayscale: #343434. Windows color (decimal): -9170118 or 3806068. OLE color: 3806068.
HSL color Cylindrical-coordinate representation of color #74133A: hue angle of 335.88º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74133A is Cyan = 0, Magento = 0.84, Yellow = 0.5 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 19 | 58 | - |
| CMYK | 0 | 0.84 | 0.5 | 0.55 |
| HSL | 335.88º | 0.72% | 0.26% | - |
| HSV(B) | 335.88º | 0.84% | 0.45% | - |
| XYZ | 8.2 | 4.48 | 4.44 | - |
| YUV | 52.45 | 131.14 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 58 | 0 | 0.84 | 0.5 | 0.55 | 335.88 | 0.72 | 0.26 |
| Hex | 74 | 13 | 3A | 0 | 54 | 32 | 37 | 150 | 48 | 1A |
| Octal | 164 | 23 | 72 | 0 | 124 | 62 | 67 | 520 | 110 | 32 |
| Binary | 1110100 | 10011 | 111010 | 0 | 1010100 | 110010 | 110111 | 101010000 | 1001000 | 11010 |
Color Harmonies of #74133A
Complementary color
Monochromatic Colors of #74133A
Black with #74133A
Text Example
Text Example
White with #74133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74133A; }
p { color: rgb(116,19,58); }
H1.HeaderClassName
{
color: #74133A;
}
.AnyTagClassName
{
color: #74133A;
}
</style>
background-color css
<style>
a { background-color: #74133A; }
a { background-color: rgb(116,19,58); }
div.DivClassName
{
background-color: #74133A;
}
.BgClassName
{
background-color: #74133A;
}
</style>
border-color css
<style>
span { border-color: #74133A; }
span { border-color: rgb(116,19,58); }
td.TdClassName
{
border-color: #74133A;
}
.TagClassName
{
border-color: #74133A;
}
</style>