#751357

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

Shades of Pompadour #751357

Tints of Pompadour #751357

Color information

#751357 (or 0x751357) is unknown color: approx Pompadour. HEX triplet: 75, 13 and 57. RGB value is (117,19,87). Sum of RGB (Red+Green+Blue) = 117+19+87=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #751357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751357 is #8AECA8. Grayscale: #373737. Windows color (decimal): -9104553 or 5706613. OLE color: 5706613.

HSL color Cylindrical-coordinate representation of color #751357: hue angle of 318.37º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #751357 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1171987-
CMYK00.840.260.54
HSL318.37º72.06%26.67%-
HSV(B)318.37º83.76%45.88%-
XYZ9.294.949.48-
YUV56.05145.47171.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.47%
GREEN value IS 19 (7.81% from 255) = 8.52%
BLUE value IS 87 (34.38% from 255) = 39.01%
R=52.47%
G=8.52%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117198700.840.260.54318.3772.0626.67
Hex7513570541A3613e481b
Octal165231270124326647611033
Binary11101011001110101110101010011010110110100111110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751357; }

 p { color: rgb(117,19,87); }

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

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

 a { background-color: rgb(117,19,87); }

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

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

 span { border-color: rgb(117,19,87); }

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