#75164E

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

Shades of Pompadour #75164E

Tints of Pompadour #75164E

Color information

#75164E (or 0x75164E) is unknown color: approx Pompadour. HEX triplet: 75, 16 and 4E. RGB value is (117,22,78). Sum of RGB (Red+Green+Blue) = 117+22+78=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #75164E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75164E is #8AE9B1. Grayscale: #383838. Windows color (decimal): -9103794 or 5117557. OLE color: 5117557.

HSL color Cylindrical-coordinate representation of color #75164E: hue angle of 324.63º 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 #75164E is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB1172278-
CMYK00.810.330.54
HSL324.63º68.35%27.25%-
HSV(B)324.63º81.2%45.88%-
XYZ94.917.68-
YUV56.79139.97170.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.92%
GREEN value IS 22 (8.98% from 255) = 10.14%
BLUE value IS 78 (30.86% from 255) = 35.94%
R=53.92%
G=10.14%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117227800.810.330.54324.6368.3527.25
Hex75164E0512136145441b
Octal165261160121416650510433
Binary111010110110100111001010001100001110110101000101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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