#7D1457

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

Shades of Pompadour #7D1457

Tints of Pompadour #7D1457

Color information

#7D1457 (or 0x7D1457) is unknown color: approx Pompadour. HEX triplet: 7D, 14 and 57. RGB value is (125,20,87). Sum of RGB (Red+Green+Blue) = 125+20+87=232 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.88% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1457 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1457 is #82EBA8. Grayscale: #3A3A3A. Windows color (decimal): -8580009 or 5706877. OLE color: 5706877.

HSL color Cylindrical-coordinate representation of color #7D1457: hue angle of 321.71º 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 #7D1457 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB1252087-
CMYK00.840.300.51
HSL321.71º72.41%28.43%-
HSV(B)321.71º84%49.02%-
XYZ10.435.559.54-
YUV59.03143.79175.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 53.88%
GREEN value IS 20 (8.20% from 255) = 8.62%
BLUE value IS 87 (34.38% from 255) = 37.5%
R=53.88%
G=8.62%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125208700.840.300.51321.7172.4128.43
Hex7D14570541E33142481c
Octal175241270124366350211034
Binary11111011010010101110101010011110110011101000010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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