#750E4E

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

Shades of Pompadour #750E4E

Tints of Pompadour #750E4E

Color information

#750E4E (or 0x750E4E) is unknown color: approx Pompadour. HEX triplet: 75, 0E and 4E. RGB value is (117,14,78). Sum of RGB (Red+Green+Blue) = 117+14+78=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #750E4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750E4E is #8AF1B1. Grayscale: #333333. Windows color (decimal): -9105842 or 5115509. OLE color: 5115509.

HSL color Cylindrical-coordinate representation of color #750E4E: hue angle of 322.72º 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 #750E4E is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB1171478-
CMYK00.880.330.54
HSL322.72º78.63%25.69%-
HSV(B)322.72º88.03%45.88%-
XYZ8.874.657.64-
YUV52.09142.62174.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.98%
GREEN value IS 14 (5.86% from 255) = 6.70%
BLUE value IS 78 (30.86% from 255) = 37.32%
R=55.98%
G=6.70%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117147800.880.330.54322.7278.6325.69
Hex75E4E05821361434f1a
Octal165161160130416650311732
Binary11101011110100111001011000100001110110101000011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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