#751743

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

Shades of Pompadour #751743

Tints of Pompadour #751743

Color information

#751743 (or 0x751743) is unknown color: approx Pompadour. HEX triplet: 75, 17 and 43. RGB value is (117,23,67). Sum of RGB (Red+Green+Blue) = 117+23+67=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 67 (26.56% from 255 or 32.37% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #751743 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751743 is #8AE8BC. Grayscale: #383838. Windows color (decimal): -9103549 or 4396917. OLE color: 4396917.

HSL color Cylindrical-coordinate representation of color #751743: hue angle of 331.91º 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 #751743 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB1172367-
CMYK00.800.430.54
HSL331.91º67.14%27.45%-
HSV(B)331.91º80.34%45.88%-
XYZ8.664.85.78-
YUV56.12134.14171.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.52%
GREEN value IS 23 (9.38% from 255) = 11.11%
BLUE value IS 67 (26.56% from 255) = 32.37%
R=56.52%
G=11.11%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117236700.800.430.54331.9167.1427.45
Hex7517430502B3614c431b
Octal165271030120536651410333
Binary111010110111100001101010000101011110110101001100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751743; }

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

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

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

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

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

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

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

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