#7C1A56

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

Shades of Pompadour #7C1A56

Tints of Pompadour #7C1A56

Color information

#7C1A56 (or 0x7C1A56) is unknown color: approx Pompadour. HEX triplet: 7C, 1A and 56. RGB value is (124,26,86). Sum of RGB (Red+Green+Blue) = 124+26+86=236 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.54% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C1A56 is #83E5A9. Grayscale: #3D3D3D. Windows color (decimal): -8644010 or 5642876. OLE color: 5642876.

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

Color convert

RGB1242686-
CMYK00.790.310.51
HSL323.27º65.33%29.41%-
HSV(B)323.27º79.03%48.63%-
XYZ10.365.79.36-
YUV62.14141.47172.12-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 52.54%
GREEN value IS 26 (10.55% from 255) = 11.02%
BLUE value IS 86 (33.98% from 255) = 36.44%
R=52.54%
G=11.02%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124268600.790.310.51323.2765.3329.41
Hex7C1A5604F1F33143411d
Octal174321260117376350310135
Binary11111001101010101100100111111111110011101000011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,26,86); }

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

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

 a { background-color: rgb(124,26,86); }

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

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

 span { border-color: rgb(124,26,86); }

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