Shades of Pompadour #74123B
Tints of Pompadour #74123B
RGB
CMYK
RGB Variations
Color information
#74123B (or 0x74123B) is known color: Pompadour. HEX triplet: 74, 12 and 3B. RGB value is (116,18,59). Sum of RGB (Red+Green+Blue) = 116+18+59=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #74123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74123B is #8BEDC4. Grayscale: #333333. Windows color (decimal): -9170373 or 3871348. OLE color: 3871348.
HSL color Cylindrical-coordinate representation of color #74123B: hue angle of 334.9º degrees, saturation: 0.73, 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 #74123B is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 18 | 59 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.55 |
| HSL | 334.9º | 0.73% | 0.26% | - |
| HSV(B) | 334.9º | 0.84% | 0.45% | - |
| XYZ | 8.21 | 4.46 | 4.57 | - |
| YUV | 51.98 | 131.97 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 18 | 59 | 0 | 0.84 | 0.49 | 0.55 | 334.9 | 0.73 | 0.26 |
| Hex | 74 | 12 | 3B | 0 | 54 | 31 | 37 | 14F | 49 | 1A |
| Octal | 164 | 22 | 73 | 0 | 124 | 61 | 67 | 517 | 111 | 32 |
| Binary | 1110100 | 10010 | 111011 | 0 | 1010100 | 110001 | 110111 | 101001111 | 1001001 | 11010 |
Color Harmonies of #74123B
Complementary color
Monochromatic Colors of #74123B
Black with #74123B
Text Example
Text Example
White with #74123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74123B; }
p { color: rgb(116,18,59); }
H1.HeaderClassName
{
color: #74123B;
}
.AnyTagClassName
{
color: #74123B;
}
</style>
background-color css
<style>
a { background-color: #74123B; }
a { background-color: rgb(116,18,59); }
div.DivClassName
{
background-color: #74123B;
}
.BgClassName
{
background-color: #74123B;
}
</style>
border-color css
<style>
span { border-color: #74123B; }
span { border-color: rgb(116,18,59); }
td.TdClassName
{
border-color: #74123B;
}
.TagClassName
{
border-color: #74123B;
}
</style>