#751753

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

Shades of Pompadour #751753

Tints of Pompadour #751753

Color information

#751753 (or 0x751753) is unknown color: approx Pompadour. HEX triplet: 75, 17 and 53. RGB value is (117,23,83). Sum of RGB (Red+Green+Blue) = 117+23+83=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #751753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751753 is #8AE8AC. Grayscale: #393939. Windows color (decimal): -9103533 or 5445493. OLE color: 5445493.

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

Color convert

RGB1172383-
CMYK00.800.290.54
HSL321.7º67.14%27.45%-
HSV(B)321.7º80.34%45.88%-
XYZ9.25.028.67-
YUV57.95142.14170.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.47%
GREEN value IS 23 (9.38% from 255) = 10.31%
BLUE value IS 83 (32.81% from 255) = 37.22%
R=52.47%
G=10.31%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117238300.800.290.54321.767.1427.45
Hex7517530501D36142431b
Octal165271230120356650210333
Binary11101011011110100110101000011101110110101000010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751753; }

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

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

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

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

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

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

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

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