#75214C

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

Shades of Pompadour #75214C

Tints of Pompadour #75214C

Color information

#75214C (or 0x75214C) is unknown color: approx Pompadour. HEX triplet: 75, 21 and 4C. RGB value is (117,33,76). Sum of RGB (Red+Green+Blue) = 117+33+76=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #75214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75214C is #8ADEB3. Grayscale: #3E3E3E. Windows color (decimal): -9100980 or 4989301. OLE color: 4989301.

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

Color convert

RGB1173376-
CMYK00.720.350.54
HSL329.29º56%29.41%-
HSV(B)329.29º71.79%45.88%-
XYZ9.185.397.39-
YUV63.02135.33166.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.77%
GREEN value IS 33 (13.28% from 255) = 14.60%
BLUE value IS 76 (30.08% from 255) = 33.63%
R=51.77%
G=14.60%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117337600.720.350.54329.295629.41
Hex75214C0482336149381d
Octal16541114011043665117035
Binary111010110000110011000100100010001111011010100100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75214C; }

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

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

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

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

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

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

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

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