#7C184D

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

Shades of Pompadour #7C184D

Tints of Pompadour #7C184D

Color information

#7C184D (or 0x7C184D) is unknown color: approx Pompadour. HEX triplet: 7C, 18 and 4D. RGB value is (124,24,77). Sum of RGB (Red+Green+Blue) = 124+24+77=225 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.11% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 124 - color contains mainly: red. Hex color #7C184D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C184D is #83E7B2. Grayscale: #3B3B3B. Windows color (decimal): -8644531 or 5052540. OLE color: 5052540.

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

Color convert

RGB1242477-
CMYK00.810.380.51
HSL328.2º67.57%29.02%-
HSV(B)328.2º80.65%48.63%-
XYZ9.985.477.55-
YUV59.94137.63173.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 55.11%
GREEN value IS 24 (9.77% from 255) = 10.67%
BLUE value IS 77 (30.47% from 255) = 34.22%
R=55.11%
G=10.67%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124247700.810.380.51328.267.5729.02
Hex7C184D0512633148441d
Octal174301150121466351010435
Binary111110011000100110101010001100110110011101001000100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,24,77); }

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

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

 a { background-color: rgb(124,24,77); }

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

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

 span { border-color: rgb(124,24,77); }

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