#751A4A

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

Shades of Pompadour #751A4A

Tints of Pompadour #751A4A

Color information

#751A4A (or 0x751A4A) is unknown color: approx Pompadour. HEX triplet: 75, 1A and 4A. RGB value is (117,26,74). Sum of RGB (Red+Green+Blue) = 117+26+74=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #751A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751A4A is #8AE5B5. Grayscale: #3A3A3A. Windows color (decimal): -9102774 or 4856437. OLE color: 4856437.

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

Color convert

RGB1172674-
CMYK00.780.370.54
HSL328.35º63.64%28.04%-
HSV(B)328.35º77.78%45.88%-
XYZ8.945.026.98-
YUV58.68136.65169.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.92%
GREEN value IS 26 (10.55% from 255) = 11.98%
BLUE value IS 74 (29.30% from 255) = 34.10%
R=53.92%
G=11.98%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117267400.780.370.54328.3563.6428.04
Hex751A4A04E2536148401c
Octal165321120116456651010034
Binary111010111010100101001001110100101110110101001000100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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