#750F49

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

Shades of Pompadour #750F49

Tints of Pompadour #750F49

Color information

#750F49 (or 0x750F49) is unknown color: approx Pompadour. HEX triplet: 75, 0F and 49. RGB value is (117,15,73). Sum of RGB (Red+Green+Blue) = 117+15+73=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #750F49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750F49 is #8AF0B6. Grayscale: #333333. Windows color (decimal): -9105591 or 4788085. OLE color: 4788085.

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

Color convert

RGB1171573-
CMYK00.870.380.54
HSL325.88º77.27%25.88%-
HSV(B)325.88º87.18%45.88%-
XYZ8.714.66.73-
YUV52.11139.79174.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.07%
GREEN value IS 15 (6.25% from 255) = 7.32%
BLUE value IS 73 (28.91% from 255) = 35.61%
R=57.07%
G=7.32%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117157300.870.380.54325.8877.2725.88
Hex75F4905726361464d1a
Octal165171110127466650611532
Binary11101011111100100101010111100110110110101000110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,15,73); }

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

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

 a { background-color: rgb(117,15,73); }

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

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

 span { border-color: rgb(117,15,73); }

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