#7D1A40

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

Shades of Pompadour #7D1A40

Tints of Pompadour #7D1A40

Color information

#7D1A40 (or 0x7D1A40) is unknown color: approx Pompadour. HEX triplet: 7D, 1A and 40. RGB value is (125,26,64). Sum of RGB (Red+Green+Blue) = 125+26+64=215 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.14% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1A40 is #82E5BF. Grayscale: #3B3B3B. Windows color (decimal): -8578496 or 4201085. OLE color: 4201085.

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

Color convert

RGB1252664-
CMYK00.790.490.51
HSL336.97º65.56%29.61%-
HSV(B)336.97º79.2%49.02%-
XYZ9.755.475.39-
YUV59.93130.3174.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 58.14%
GREEN value IS 26 (10.55% from 255) = 12.09%
BLUE value IS 64 (25.39% from 255) = 29.77%
R=58.14%
G=12.09%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125266400.790.490.51336.9765.5629.61
Hex7D1A4004F3133151421e
Octal175321000117616352110236
Binary111110111010100000001001111110001110011101010001100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,26,64); }

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

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

 a { background-color: rgb(125,26,64); }

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

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

 span { border-color: rgb(125,26,64); }

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