#751744

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

Shades of Pompadour #751744

Tints of Pompadour #751744

Color information

#751744 (or 0x751744) is unknown color: approx Pompadour. HEX triplet: 75, 17 and 44. RGB value is (117,23,68). Sum of RGB (Red+Green+Blue) = 117+23+68=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #751744 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751744 is #8AE8BB. Grayscale: #383838. Windows color (decimal): -9103548 or 4462453. OLE color: 4462453.

HSL color Cylindrical-coordinate representation of color #751744: hue angle of 331.28º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751744 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB1172368-
CMYK00.800.420.54
HSL331.28º67.14%27.45%-
HSV(B)331.28º80.34%45.88%-
XYZ8.694.815.94-
YUV56.24134.64171.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.25%
GREEN value IS 23 (9.38% from 255) = 11.06%
BLUE value IS 68 (26.95% from 255) = 32.69%
R=56.25%
G=11.06%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117236800.800.420.54331.2867.1427.45
Hex7517440502A3614b431b
Octal165271040120526651310333
Binary111010110111100010001010000101010110110101001011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751744; }

 p { color: rgb(117,23,68); }

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

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

 a { background-color: rgb(117,23,68); }

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

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

 span { border-color: rgb(117,23,68); }

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