#751745

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

Shades of Pompadour #751745

Tints of Pompadour #751745

Color information

#751745 (or 0x751745) is unknown color: approx Pompadour. HEX triplet: 75, 17 and 45. RGB value is (117,23,69). Sum of RGB (Red+Green+Blue) = 117+23+69=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #751745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751745 is #8AE8BA. Grayscale: #383838. Windows color (decimal): -9103547 or 4527989. OLE color: 4527989.

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

Color convert

RGB1172369-
CMYK00.800.410.54
HSL330.64º67.14%27.45%-
HSV(B)330.64º80.34%45.88%-
XYZ8.724.826.1-
YUV56.35135.14171.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.98%
GREEN value IS 23 (9.38% from 255) = 11.00%
BLUE value IS 69 (27.34% from 255) = 33.01%
R=55.98%
G=11.00%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117236900.800.410.54330.6467.1427.45
Hex751745050293614b431b
Octal165271050120516651310333
Binary111010110111100010101010000101001110110101001011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751745; }

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

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

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

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

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

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

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

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