#75164F

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

Shades of Pompadour #75164F

Tints of Pompadour #75164F

Color information

#75164F (or 0x75164F) is unknown color: approx Pompadour. HEX triplet: 75, 16 and 4F. RGB value is (117,22,79). Sum of RGB (Red+Green+Blue) = 117+22+79=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #75164F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75164F is #8AE9B0. Grayscale: #383838. Windows color (decimal): -9103793 or 5183093. OLE color: 5183093.

HSL color Cylindrical-coordinate representation of color #75164F: hue angle of 324º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75164F is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB1172279-
CMYK00.810.320.54
HSL324º68.35%27.25%-
HSV(B)324º81.2%45.88%-
XYZ9.034.927.87-
YUV56.9140.47170.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.67%
GREEN value IS 22 (8.98% from 255) = 10.09%
BLUE value IS 79 (31.25% from 255) = 36.24%
R=53.67%
G=10.09%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117227900.810.320.5432468.3527.25
Hex75164F0512036144441b
Octal165261170121406650410433
Binary111010110110100111101010001100000110110101000100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75164F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75164F; }

 p { color: rgb(117,22,79); }

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

<style>
 a { background-color: #75164F; }

 a { background-color: rgb(117,22,79); }

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

<style>
 span { border-color: #75164F; }

 span { border-color: rgb(117,22,79); }

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