#751A50

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

Shades of Pompadour #751A50

Tints of Pompadour #751A50

Color information

#751A50 (or 0x751A50) is unknown color: approx Pompadour. HEX triplet: 75, 1A and 50. RGB value is (117,26,80). Sum of RGB (Red+Green+Blue) = 117+26+80=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #751A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751A50 is #8AE5AF. Grayscale: #3B3B3B. Windows color (decimal): -9102768 or 5249653. OLE color: 5249653.

HSL color Cylindrical-coordinate representation of color #751A50: hue angle of 324.4º 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 #751A50 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB1172680-
CMYK00.780.320.54
HSL324.4º63.64%28.04%-
HSV(B)324.4º77.78%45.88%-
XYZ9.155.18.09-
YUV59.36139.65169.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.47%
GREEN value IS 26 (10.55% from 255) = 11.66%
BLUE value IS 80 (31.64% from 255) = 35.87%
R=52.47%
G=11.66%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117268000.780.320.54324.463.6428.04
Hex751A5004E2036144401c
Octal165321200116406650410034
Binary111010111010101000001001110100000110110101000100100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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