#752156

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

Shades of Pompadour #752156

Tints of Pompadour #752156

Color information

#752156 (or 0x752156) is unknown color: approx Pompadour. HEX triplet: 75, 21 and 56. RGB value is (117,33,86). Sum of RGB (Red+Green+Blue) = 117+33+86=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #752156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752156 is #8ADEA9. Grayscale: #404040. Windows color (decimal): -9100970 or 5644661. OLE color: 5644661.

HSL color Cylindrical-coordinate representation of color #752156: hue angle of 322.14º 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 #752156 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1173386-
CMYK00.720.260.54
HSL322.14º56%29.41%-
HSV(B)322.14º71.79%45.88%-
XYZ9.565.549.37-
YUV64.16140.33165.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.58%
GREEN value IS 33 (13.28% from 255) = 13.98%
BLUE value IS 86 (33.98% from 255) = 36.44%
R=49.58%
G=13.98%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117338600.720.260.54322.145629.41
Hex7521560481A36142381d
Octal16541126011032665027035
Binary11101011000011010110010010001101011011010100001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752156; }

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

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

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

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

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

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

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

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