#751646

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

Shades of Pompadour #751646

Tints of Pompadour #751646

Color information

#751646 (or 0x751646) is unknown color: approx Pompadour. HEX triplet: 75, 16 and 46. RGB value is (117,22,70). Sum of RGB (Red+Green+Blue) = 117+22+70=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #751646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751646 is #8AE9B9. Grayscale: #373737. Windows color (decimal): -9103802 or 4593269. OLE color: 4593269.

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

Color convert

RGB1172270-
CMYK00.810.400.54
HSL329.68º68.35%27.25%-
HSV(B)329.68º81.2%45.88%-
XYZ8.734.86.26-
YUV55.88135.97171.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.98%
GREEN value IS 22 (8.98% from 255) = 10.53%
BLUE value IS 70 (27.73% from 255) = 33.49%
R=55.98%
G=10.53%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117227000.810.400.54329.6868.3527.25
Hex751646051283614a441b
Octal165261060121506651210433
Binary111010110110100011001010001101000110110101001010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751646; }

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

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

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

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

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

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

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

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