#752150

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

Shades of Pompadour #752150

Tints of Pompadour #752150

Color information

#752150 (or 0x752150) is unknown color: approx Pompadour. HEX triplet: 75, 21 and 50. RGB value is (117,33,80). Sum of RGB (Red+Green+Blue) = 117+33+80=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #752150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752150 is #8ADEAF. Grayscale: #3F3F3F. Windows color (decimal): -9100976 or 5251445. OLE color: 5251445.

HSL color Cylindrical-coordinate representation of color #752150: hue angle of 326.43º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752150 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB1173380-
CMYK00.720.320.54
HSL326.43º56%29.41%-
HSV(B)326.43º71.79%45.88%-
XYZ9.335.458.15-
YUV63.47137.33166.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 33 (13.28% from 255) = 14.35%
BLUE value IS 80 (31.64% from 255) = 34.78%
R=50.87%
G=14.35%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117338000.720.320.54326.435629.41
Hex7521500482036146381d
Octal16541120011040665067035
Binary111010110000110100000100100010000011011010100011011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752150; }

 p { color: rgb(117,33,80); }

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

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

 a { background-color: rgb(117,33,80); }

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

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

 span { border-color: rgb(117,33,80); }

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