Shades of Pompadour #74133C
Tints of Pompadour #74133C
RGB
CMYK
RGB Variations
Color information
#74133C (or 0x74133C) is known color: Pompadour. HEX triplet: 74, 13 and 3C. RGB value is (116,19,60). Sum of RGB (Red+Green+Blue) = 116+19+60=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #74133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74133C is #8BECC3. Grayscale: #343434. Windows color (decimal): -9170116 or 3937140. OLE color: 3937140.
HSL color Cylindrical-coordinate representation of color #74133C: hue angle of 334.64º 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 #74133C is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 19 | 60 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.55 |
| HSL | 334.64º | 0.72% | 0.26% | - |
| HSV(B) | 334.64º | 0.84% | 0.45% | - |
| XYZ | 8.25 | 4.5 | 4.71 | - |
| YUV | 52.68 | 132.14 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 60 | 0 | 0.84 | 0.48 | 0.55 | 334.64 | 0.72 | 0.26 |
| Hex | 74 | 13 | 3C | 0 | 54 | 30 | 37 | 14F | 48 | 1A |
| Octal | 164 | 23 | 74 | 0 | 124 | 60 | 67 | 517 | 110 | 32 |
| Binary | 1110100 | 10011 | 111100 | 0 | 1010100 | 110000 | 110111 | 101001111 | 1001000 | 11010 |
Color Harmonies of #74133C
Complementary color
Monochromatic Colors of #74133C
Black with #74133C
Text Example
Text Example
White with #74133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74133C; }
p { color: rgb(116,19,60); }
H1.HeaderClassName
{
color: #74133C;
}
.AnyTagClassName
{
color: #74133C;
}
</style>
background-color css
<style>
a { background-color: #74133C; }
a { background-color: rgb(116,19,60); }
div.DivClassName
{
background-color: #74133C;
}
.BgClassName
{
background-color: #74133C;
}
</style>
border-color css
<style>
span { border-color: #74133C; }
span { border-color: rgb(116,19,60); }
td.TdClassName
{
border-color: #74133C;
}
.TagClassName
{
border-color: #74133C;
}
</style>