#7B1648

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

Shades of Pompadour #7B1648

Tints of Pompadour #7B1648

Color information

#7B1648 (or 0x7B1648) is unknown color: approx Pompadour. HEX triplet: 7B, 16 and 48. RGB value is (123,22,72). Sum of RGB (Red+Green+Blue) = 123+22+72=217 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.68% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1648 is #84E9B7. Grayscale: #393939. Windows color (decimal): -8710584 or 4724347. OLE color: 4724347.

HSL color Cylindrical-coordinate representation of color #7B1648: hue angle of 330.3º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B1648 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB1232272-
CMYK00.820.410.52
HSL330.3º69.66%28.43%-
HSV(B)330.3º82.11%48.24%-
XYZ9.625.256.64-
YUV57.9135.96174.43-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 56.68%
GREEN value IS 22 (8.98% from 255) = 10.14%
BLUE value IS 72 (28.52% from 255) = 33.18%
R=56.68%
G=10.14%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123227200.820.410.52330.369.6628.43
Hex7B1648052293414a461c
Octal173261100122516451210634
Binary111101110110100100001010010101001110100101001010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,22,72); }

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

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

 a { background-color: rgb(123,22,72); }

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

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

 span { border-color: rgb(123,22,72); }

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