#752146

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

Shades of Pompadour #752146

Tints of Pompadour #752146

Color information

#752146 (or 0x752146) is unknown color: approx Pompadour. HEX triplet: 75, 21 and 46. RGB value is (117,33,70). Sum of RGB (Red+Green+Blue) = 117+33+70=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #752146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752146 is #8ADEB9. Grayscale: #3E3E3E. Windows color (decimal): -9100986 or 4596085. OLE color: 4596085.

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

Color convert

RGB1173370-
CMYK00.720.400.54
HSL333.57º56%29.41%-
HSV(B)333.57º71.79%45.88%-
XYZ8.995.316.35-
YUV62.33132.33166.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.18%
GREEN value IS 33 (13.28% from 255) = 15%
BLUE value IS 70 (27.73% from 255) = 31.82%
R=53.18%
G=15%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117337000.720.400.54333.575629.41
Hex752146048283614e381d
Octal16541106011050665167035
Binary111010110000110001100100100010100011011010100111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752146; }

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

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

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

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

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

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

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

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