#751552

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

Shades of Pompadour #751552

Tints of Pompadour #751552

Color information

#751552 (or 0x751552) is unknown color: approx Pompadour. HEX triplet: 75, 15 and 52. RGB value is (117,21,82). Sum of RGB (Red+Green+Blue) = 117+21+82=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #751552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751552 is #8AEAAD. Grayscale: #383838. Windows color (decimal): -9104046 or 5379445. OLE color: 5379445.

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

Color convert

RGB1172182-
CMYK00.820.300.54
HSL321.88º69.57%27.06%-
HSV(B)321.88º82.05%45.88%-
XYZ9.134.938.45-
YUV56.66142.3171.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.18%
GREEN value IS 21 (8.59% from 255) = 9.55%
BLUE value IS 82 (32.42% from 255) = 37.27%
R=53.18%
G=9.55%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117218200.820.300.54321.8869.5727.06
Hex7515520521E36142461b
Octal165251220122366650210633
Binary11101011010110100100101001011110110110101000010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751552; }

 p { color: rgb(117,21,82); }

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

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

 a { background-color: rgb(117,21,82); }

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

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

 span { border-color: rgb(117,21,82); }

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