#7D145A

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

Shades of Pompadour #7D145A

Tints of Pompadour #7D145A

Color information

#7D145A (or 0x7D145A) is unknown color: approx Pompadour. HEX triplet: 7D, 14 and 5A. RGB value is (125,20,90). Sum of RGB (Red+Green+Blue) = 125+20+90=235 (31% of max value = 765). Red value is 125 (49.22% from 255 or 53.19% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 125 - color contains mainly: red. Hex color #7D145A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D145A is #82EBA5. Grayscale: #3B3B3B. Windows color (decimal): -8580006 or 5903485. OLE color: 5903485.

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

Color convert

RGB1252090-
CMYK00.840.280.51
HSL320º72.41%28.43%-
HSV(B)320º84%49.02%-
XYZ10.555.610.2-
YUV59.37145.29174.81-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 53.19%
GREEN value IS 20 (8.20% from 255) = 8.51%
BLUE value IS 90 (35.55% from 255) = 38.30%
R=53.19%
G=8.51%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125209000.840.280.5132072.4128.43
Hex7D145A0541C33140481c
Octal175241320124346350011034
Binary11111011010010110100101010011100110011101000000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D145A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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