#751a4c

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

Shades of Pompadour #751A4C

Tints of Pompadour #751A4C

Color information

#751A4C (or 0x751A4C) is unknown color: approx Pompadour. HEX triplet: 75, 1A and 4C. RGB value is (117,26,76). Sum of RGB (Red+Green+Blue) = 117+26+76=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #751A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751A4C is #8AE5B3. Grayscale: #3A3A3A. Windows color (decimal): -9102772 or 4987509. OLE color: 4987509.

HSL color Cylindrical-coordinate representation of color #751A4C: hue angle of 327.03º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #751A4C is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1172676-
CMYK00.780.350.54
HSL327.03º63.64%28.04%-
HSV(B)327.03º77.78%45.88%-
XYZ9.015.047.34-
YUV58.91137.65169.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.42%
GREEN value IS 26 (10.55% from 255) = 11.87%
BLUE value IS 76 (30.08% from 255) = 34.70%
R=53.42%
G=11.87%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117267600.780.350.54327.0363.6428.04
Hex751A4C04E2336147401c
Octal165321140116436650710034
Binary111010111010100110001001110100011110110101000111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751a4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751a4c; }

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

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

<style>
 a { background-color: #751a4c; }

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

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

<style>
 span { border-color: #751a4c; }

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

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