#75184A

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

Shades of Pompadour #75184A

Tints of Pompadour #75184A

Color information

#75184A (or 0x75184A) is unknown color: approx Pompadour. HEX triplet: 75, 18 and 4A. RGB value is (117,24,74). Sum of RGB (Red+Green+Blue) = 117+24+74=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #75184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75184A is #8AE7B5. Grayscale: #393939. Windows color (decimal): -9103286 or 4855925. OLE color: 4855925.

HSL color Cylindrical-coordinate representation of color #75184A: hue angle of 327.74º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75184A is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB1172474-
CMYK00.790.370.54
HSL327.74º65.96%27.65%-
HSV(B)327.74º79.49%45.88%-
XYZ8.94.936.96-
YUV57.51137.31170.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.42%
GREEN value IS 24 (9.77% from 255) = 11.16%
BLUE value IS 74 (29.30% from 255) = 34.42%
R=54.42%
G=11.16%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117247400.790.370.54327.7465.9627.65
Hex75184A04F2536148421c
Octal165301120117456651010234
Binary111010111000100101001001111100101110110101001000100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75184A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75184A; }

 p { color: rgb(117,24,74); }

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

<style>
 a { background-color: #75184A; }

 a { background-color: rgb(117,24,74); }

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

<style>
 span { border-color: #75184A; }

 span { border-color: rgb(117,24,74); }

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