#751746

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

Shades of Pompadour #751746

Tints of Pompadour #751746

Color information

#751746 (or 0x751746) is unknown color: approx Pompadour. HEX triplet: 75, 17 and 46. RGB value is (117,23,70). Sum of RGB (Red+Green+Blue) = 117+23+70=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #751746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751746 is #8AE8B9. Grayscale: #383838. Windows color (decimal): -9103546 or 4593525. OLE color: 4593525.

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

Color convert

RGB1172370-
CMYK00.800.400.54
HSL330º67.14%27.45%-
HSV(B)330º80.34%45.88%-
XYZ8.754.846.27-
YUV56.46135.64171.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.71%
GREEN value IS 23 (9.38% from 255) = 10.95%
BLUE value IS 70 (27.73% from 255) = 33.33%
R=55.71%
G=10.95%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117237000.800.400.5433067.1427.45
Hex751746050283614a431b
Octal165271060120506651210333
Binary111010110111100011001010000101000110110101001010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751746; }

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

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

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

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

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

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

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

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