#7D1643

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

Shades of Pompadour #7D1643

Tints of Pompadour #7D1643

Color information

#7D1643 (or 0x7D1643) is unknown color: approx Pompadour. HEX triplet: 7D, 16 and 43. RGB value is (125,22,67). Sum of RGB (Red+Green+Blue) = 125+22+67=214 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.41% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1643 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D1643 is #82E9BC. Grayscale: #393939. Windows color (decimal): -8579517 or 4396669. OLE color: 4396669.

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

Color convert

RGB1252267-
CMYK00.820.460.51
HSL333.79º70.07%28.82%-
HSV(B)333.79º82.4%49.02%-
XYZ9.765.345.83-
YUV57.93133.12175.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 58.41%
GREEN value IS 22 (8.98% from 255) = 10.28%
BLUE value IS 67 (26.56% from 255) = 31.31%
R=58.41%
G=10.28%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125226700.820.460.51333.7970.0728.82
Hex7D16430522E3314e461d
Octal175261030122566351610635
Binary111110110110100001101010010101110110011101001110100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,22,67); }

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

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

 a { background-color: rgb(125,22,67); }

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

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

 span { border-color: rgb(125,22,67); }

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