#751157

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

Shades of Pompadour #751157

Tints of Pompadour #751157

Color information

#751157 (or 0x751157) is unknown color: approx Pompadour. HEX triplet: 75, 11 and 57. RGB value is (117,17,87). Sum of RGB (Red+Green+Blue) = 117+17+87=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #751157 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751157 is #8AEEA8. Grayscale: #363636. Windows color (decimal): -9105065 or 5706101. OLE color: 5706101.

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

Color convert

RGB1171787-
CMYK00.850.260.54
HSL318º74.63%26.27%-
HSV(B)318º85.47%45.88%-
XYZ9.264.879.47-
YUV54.88146.13172.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.94%
GREEN value IS 17 (7.03% from 255) = 7.69%
BLUE value IS 87 (34.38% from 255) = 39.37%
R=52.94%
G=7.69%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117178700.850.260.5431874.6326.27
Hex7511570551A3613e4b1a
Octal165211270125326647611332
Binary11101011000110101110101010111010110110100111110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751157; }

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

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

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

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

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

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

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

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