#7D185A

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

Shades of Pompadour #7D185A

Tints of Pompadour #7D185A

Color information

#7D185A (or 0x7D185A) is unknown color: approx Pompadour. HEX triplet: 7D, 18 and 5A. RGB value is (125,24,90). Sum of RGB (Red+Green+Blue) = 125+24+90=239 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.30% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 125 - color contains mainly: red. Hex color #7D185A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D185A is #82E7A5. Grayscale: #3D3D3D. Windows color (decimal): -8578982 or 5904509. OLE color: 5904509.

HSL color Cylindrical-coordinate representation of color #7D185A: hue angle of 320.79º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D185A is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB1252490-
CMYK00.810.280.51
HSL320.79º67.79%29.22%-
HSV(B)320.79º80.8%49.02%-
XYZ10.635.7510.22-
YUV61.72143.96173.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.30%
GREEN value IS 24 (9.77% from 255) = 10.04%
BLUE value IS 90 (35.55% from 255) = 37.66%
R=52.30%
G=10.04%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125249000.810.280.51320.7967.7929.22
Hex7D185A0511C33141441d
Octal175301320121346350110435
Binary11111011100010110100101000111100110011101000001100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D185A; }

 p { color: rgb(125,24,90); }

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

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

 a { background-color: rgb(125,24,90); }

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

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

 span { border-color: rgb(125,24,90); }

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