#751747

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

Shades of Pompadour #751747

Tints of Pompadour #751747

Color information

#751747 (or 0x751747) is unknown color: approx Pompadour. HEX triplet: 75, 17 and 47. RGB value is (117,23,71). Sum of RGB (Red+Green+Blue) = 117+23+71=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #751747 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751747 is #8AE8B8. Grayscale: #383838. Windows color (decimal): -9103545 or 4659061. OLE color: 4659061.

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

Color convert

RGB1172371-
CMYK00.800.390.54
HSL329.36º67.14%27.45%-
HSV(B)329.36º80.34%45.88%-
XYZ8.784.856.43-
YUV56.58136.14171.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.45%
GREEN value IS 23 (9.38% from 255) = 10.90%
BLUE value IS 71 (28.12% from 255) = 33.65%
R=55.45%
G=10.90%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117237100.800.390.54329.3667.1427.45
Hex7517470502736149431b
Octal165271070120476651110333
Binary111010110111100011101010000100111110110101001001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751747; }

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

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

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

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

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

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

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

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