#751A4B

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

Shades of Pompadour #751A4B

Tints of Pompadour #751A4B

Color information

#751A4B (or 0x751A4B) is unknown color: approx Pompadour. HEX triplet: 75, 1A and 4B. RGB value is (117,26,75). Sum of RGB (Red+Green+Blue) = 117+26+75=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #751A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751A4B is #8AE5B4. Grayscale: #3A3A3A. Windows color (decimal): -9102773 or 4921973. OLE color: 4921973.

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

Color convert

RGB1172675-
CMYK00.780.360.54
HSL327.69º63.64%28.04%-
HSV(B)327.69º77.78%45.88%-
XYZ8.985.037.15-
YUV58.8137.15169.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.67%
GREEN value IS 26 (10.55% from 255) = 11.93%
BLUE value IS 75 (29.69% from 255) = 34.40%
R=53.67%
G=11.93%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117267500.780.360.54327.6963.6428.04
Hex751A4B04E2436148401c
Octal165321130116446651010034
Binary111010111010100101101001110100100110110101001000100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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