#750E4A

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

Shades of Pompadour #750E4A

Tints of Pompadour #750E4A

Color information

#750E4A (or 0x750E4A) is unknown color: approx Pompadour. HEX triplet: 75, 0E and 4A. RGB value is (117,14,74). Sum of RGB (Red+Green+Blue) = 117+14+74=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #750E4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750E4A is #8AF1B5. Grayscale: #333333. Windows color (decimal): -9105846 or 4853365. OLE color: 4853365.

HSL color Cylindrical-coordinate representation of color #750E4A: hue angle of 325.05º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #750E4A is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB1171474-
CMYK00.880.370.54
HSL325.05º78.63%25.69%-
HSV(B)325.05º88.03%45.88%-
XYZ8.734.596.9-
YUV51.64140.62174.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.07%
GREEN value IS 14 (5.86% from 255) = 6.83%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=57.07%
G=6.83%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117147400.880.370.54325.0578.6325.69
Hex75E4A05825361454f1a
Octal165161120130456650511732
Binary11101011110100101001011000100101110110101000101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750E4A; }

 p { color: rgb(117,14,74); }

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

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

 a { background-color: rgb(117,14,74); }

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

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

 span { border-color: rgb(117,14,74); }

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