#74184C

Color #74184C Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #74184C

Tints of Pompadour #74184C

Color information

#74184C (or 0x74184C) is unknown color: approx Pompadour. HEX triplet: 74, 18 and 4C. RGB value is (116,24,76). Sum of RGB (Red+Green+Blue) = 116+24+76=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #74184C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74184C is #8BE7B3. Grayscale: #393939. Windows color (decimal): -9168820 or 4986996. OLE color: 4986996.

HSL color Cylindrical-coordinate representation of color #74184C: hue angle of 326.09º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74184C is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1162476-
CMYK00.790.340.55
HSL326.09º65.71%27.45%-
HSV(B)326.09º79.31%45.49%-
XYZ8.834.897.32-
YUV57.44138.48169.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 53.70%
GREEN value IS 24 (9.77% from 255) = 11.11%
BLUE value IS 76 (30.08% from 255) = 35.19%
R=53.70%
G=11.11%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116247600.790.340.55326.0965.7127.45
Hex74184C04F2237146421b
Octal164301140117426750610233
Binary111010011000100110001001111100010110111101000110100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74184C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74184C; }

 p { color: rgb(116,24,76); }

 H1.HeaderClassName
 {
   color: #74184C;
 }
 .AnyTagClassName
 {
   color: #74184C;
 }
</style>
background-color css

<style>
 a { background-color: #74184C; }

 a { background-color: rgb(116,24,76); }

 div.DivClassName
 {
   background-color: #74184C;
 }
 .BgClassName
 {
   background-color: #74184C;
 }
</style>
border-color css

<style>
 span { border-color: #74184C; }

 span { border-color: rgb(116,24,76); }

 td.TdClassName
 {
   border-color: #74184C;
 }
 .TagClassName
 {
   border-color: #74184C;
 }
</style>