#75154E

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

Shades of Pompadour #75154E

Tints of Pompadour #75154E

Color information

#75154E (or 0x75154E) is unknown color: approx Pompadour. HEX triplet: 75, 15 and 4E. RGB value is (117,21,78). Sum of RGB (Red+Green+Blue) = 117+21+78=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #75154E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75154E is #8AEAB1. Grayscale: #383838. Windows color (decimal): -9104050 or 5117301. OLE color: 5117301.

HSL color Cylindrical-coordinate representation of color #75154E: hue angle of 324.38º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75154E is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB1172178-
CMYK00.820.330.54
HSL324.38º69.57%27.06%-
HSV(B)324.38º82.05%45.88%-
XYZ8.984.877.67-
YUV56.2140.3171.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.17%
GREEN value IS 21 (8.59% from 255) = 9.72%
BLUE value IS 78 (30.86% from 255) = 36.11%
R=54.17%
G=9.72%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117217800.820.330.54324.3869.5727.06
Hex75154E0522136144461b
Octal165251160122416650410633
Binary111010110101100111001010010100001110110101000100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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