#752054

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

Shades of Pompadour #752054

Tints of Pompadour #752054

Color information

#752054 (or 0x752054) is unknown color: approx Pompadour. HEX triplet: 75, 20 and 54. RGB value is (117,32,84). Sum of RGB (Red+Green+Blue) = 117+32+84=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #752054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752054 is #8ADFAB. Grayscale: #3F3F3F. Windows color (decimal): -9101228 or 5513333. OLE color: 5513333.

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

Color convert

RGB1173284-
CMYK00.730.280.54
HSL323.29º57.05%29.22%-
HSV(B)323.29º72.65%45.88%-
XYZ9.455.468.94-
YUV63.34139.66166.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.21%
GREEN value IS 32 (12.89% from 255) = 13.73%
BLUE value IS 84 (33.20% from 255) = 36.05%
R=50.21%
G=13.73%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117328400.730.280.54323.2957.0529.22
Hex7520540491C36143391d
Octal16540124011134665037135
Binary11101011000001010100010010011110011011010100001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752054; }

 p { color: rgb(117,32,84); }

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

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

 a { background-color: rgb(117,32,84); }

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

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

 span { border-color: rgb(117,32,84); }

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