#751A4E

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

Shades of Pompadour #751A4E

Tints of Pompadour #751A4E

Color information

#751A4E (or 0x751A4E) is unknown color: approx Pompadour. HEX triplet: 75, 1A and 4E. RGB value is (117,26,78). Sum of RGB (Red+Green+Blue) = 117+26+78=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #751A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751A4E is #8AE5B1. Grayscale: #3B3B3B. Windows color (decimal): -9102770 or 5118581. OLE color: 5118581.

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

Color convert

RGB1172678-
CMYK00.780.330.54
HSL325.71º63.64%28.04%-
HSV(B)325.71º77.78%45.88%-
XYZ9.085.077.71-
YUV59.14138.65169.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.94%
GREEN value IS 26 (10.55% from 255) = 11.76%
BLUE value IS 78 (30.86% from 255) = 35.29%
R=52.94%
G=11.76%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117267800.780.330.54325.7163.6428.04
Hex751A4E04E2136146401c
Octal165321160116416650610034
Binary111010111010100111001001110100001110110101000110100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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