#752042

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

Shades of Pompadour #752042

Tints of Pompadour #752042

Color information

#752042 (or 0x752042) is unknown color: approx Pompadour. HEX triplet: 75, 20 and 42. RGB value is (117,32,66). Sum of RGB (Red+Green+Blue) = 117+32+66=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #752042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752042 is #8ADFBD. Grayscale: #3D3D3D. Windows color (decimal): -9101246 or 4333685. OLE color: 4333685.

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

Color convert

RGB1173266-
CMYK00.730.440.54
HSL336º57.05%29.22%-
HSV(B)336º72.65%45.88%-
XYZ8.845.215.69-
YUV61.29130.66167.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.42%
GREEN value IS 32 (12.89% from 255) = 14.88%
BLUE value IS 66 (26.17% from 255) = 30.70%
R=54.42%
G=14.88%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117326600.730.440.5433657.0529.22
Hex7520420492C36150391d
Octal16540102011154665207135
Binary111010110000010000100100100110110011011010101000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752042; }

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

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

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

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

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

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

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

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