#75164C

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

Shades of Pompadour #75164C

Tints of Pompadour #75164C

Color information

#75164C (or 0x75164C) is unknown color: approx Pompadour. HEX triplet: 75, 16 and 4C. RGB value is (117,22,76). Sum of RGB (Red+Green+Blue) = 117+22+76=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #75164C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75164C is #8AE9B3. Grayscale: #383838. Windows color (decimal): -9103796 or 4986485. OLE color: 4986485.

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

Color convert

RGB1172276-
CMYK00.810.350.54
HSL325.89º68.35%27.25%-
HSV(B)325.89º81.2%45.88%-
XYZ8.934.887.31-
YUV56.56138.97171.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.42%
GREEN value IS 22 (8.98% from 255) = 10.23%
BLUE value IS 76 (30.08% from 255) = 35.35%
R=54.42%
G=10.23%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117227600.810.350.54325.8968.3527.25
Hex75164C0512336146441b
Octal165261140121436650610433
Binary111010110110100110001010001100011110110101000110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75164C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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