#751755

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

Shades of Pompadour #751755

Tints of Pompadour #751755

Color information

#751755 (or 0x751755) is unknown color: approx Pompadour. HEX triplet: 75, 17 and 55. RGB value is (117,23,85). Sum of RGB (Red+Green+Blue) = 117+23+85=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #751755 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751755 is #8AE8AA. Grayscale: #3A3A3A. Windows color (decimal): -9103531 or 5576565. OLE color: 5576565.

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

Color convert

RGB1172385-
CMYK00.800.270.54
HSL320.43º67.14%27.45%-
HSV(B)320.43º80.34%45.88%-
XYZ9.285.059.08-
YUV58.17143.14169.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52%
GREEN value IS 23 (9.38% from 255) = 10.22%
BLUE value IS 85 (33.59% from 255) = 37.78%
R=52%
G=10.22%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117238500.800.270.54320.4367.1427.45
Hex7517550501B36140431b
Octal165271250120336650010333
Binary11101011011110101010101000011011110110101000000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751755; }

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

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

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

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

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

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

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

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