#7D184A

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

Shades of Pompadour #7D184A

Tints of Pompadour #7D184A

Color information

#7D184A (or 0x7D184A) is unknown color: approx Pompadour. HEX triplet: 7D, 18 and 4A. RGB value is (125,24,74). Sum of RGB (Red+Green+Blue) = 125+24+74=223 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.05% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 125 - color contains mainly: red. Hex color #7D184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D184A is #82E7B5. Grayscale: #3B3B3B. Windows color (decimal): -8578998 or 4855933. OLE color: 4855933.

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

Color convert

RGB1252474-
CMYK00.810.410.51
HSL330.3º67.79%29.22%-
HSV(B)330.3º80.8%49.02%-
XYZ10.025.517.01-
YUV59.9135.96174.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 56.05%
GREEN value IS 24 (9.77% from 255) = 10.76%
BLUE value IS 74 (29.30% from 255) = 33.18%
R=56.05%
G=10.76%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125247400.810.410.51330.367.7929.22
Hex7D184A051293314a441d
Octal175301120121516351210435
Binary111110111000100101001010001101001110011101001010100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D184A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,24,74); }

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

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

 a { background-color: rgb(125,24,74); }

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

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

 span { border-color: rgb(125,24,74); }

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