#750D4E

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

Shades of Pompadour #750D4E

Tints of Pompadour #750D4E

Color information

#750D4E (or 0x750D4E) is unknown color: approx Pompadour. HEX triplet: 75, 0D and 4E. RGB value is (117,13,78). Sum of RGB (Red+Green+Blue) = 117+13+78=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #750D4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750D4E is #8AF2B1. Grayscale: #333333. Windows color (decimal): -9106098 or 5115253. OLE color: 5115253.

HSL color Cylindrical-coordinate representation of color #750D4E: hue angle of 322.5º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #750D4E is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB1171378-
CMYK00.890.330.54
HSL322.5º80%25.49%-
HSV(B)322.5º88.89%45.88%-
XYZ8.864.627.63-
YUV51.51142.96174.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.25%
GREEN value IS 13 (5.47% from 255) = 6.25%
BLUE value IS 78 (30.86% from 255) = 37.5%
R=56.25%
G=6.25%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117137800.890.330.54322.58025.49
Hex75D4E05921361425019
Octal165151160131416650212031
Binary11101011101100111001011001100001110110101000010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,13,78); }

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

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

 a { background-color: rgb(117,13,78); }

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

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

 span { border-color: rgb(117,13,78); }

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