#751657

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

Shades of Pompadour #751657

Tints of Pompadour #751657

Color information

#751657 (or 0x751657) is unknown color: approx Pompadour. HEX triplet: 75, 16 and 57. RGB value is (117,22,87). Sum of RGB (Red+Green+Blue) = 117+22+87=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #751657 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751657 is #8AE9A8. Grayscale: #393939. Windows color (decimal): -9103785 or 5707381. OLE color: 5707381.

HSL color Cylindrical-coordinate representation of color #751657: hue angle of 318.95º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #751657 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1172287-
CMYK00.810.260.54
HSL318.95º68.35%27.25%-
HSV(B)318.95º81.2%45.88%-
XYZ9.345.049.5-
YUV57.82144.47170.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.77%
GREEN value IS 22 (8.98% from 255) = 9.73%
BLUE value IS 87 (34.38% from 255) = 38.50%
R=51.77%
G=9.73%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117228700.810.260.54318.9568.3527.25
Hex7516570511A3613f441b
Octal165261270121326647710433
Binary11101011011010101110101000111010110110100111111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751657; }

 p { color: rgb(117,22,87); }

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

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

 a { background-color: rgb(117,22,87); }

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

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

 span { border-color: rgb(117,22,87); }

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