#7C1948

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

Shades of Pompadour #7C1948

Tints of Pompadour #7C1948

Color information

#7C1948 (or 0x7C1948) is unknown color: approx Pompadour. HEX triplet: 7C, 19 and 48. RGB value is (124,25,72). Sum of RGB (Red+Green+Blue) = 124+25+72=221 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.11% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1948 is #83E6B7. Grayscale: #3B3B3B. Windows color (decimal): -8644280 or 4725116. OLE color: 4725116.

HSL color Cylindrical-coordinate representation of color #7C1948: hue angle of 331.52º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C1948 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB1242572-
CMYK00.800.420.51
HSL331.52º66.44%29.22%-
HSV(B)331.52º79.84%48.63%-
XYZ9.835.456.66-
YUV59.96134.8173.68-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 56.11%
GREEN value IS 25 (10.16% from 255) = 11.31%
BLUE value IS 72 (28.52% from 255) = 32.58%
R=56.11%
G=11.31%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124257200.800.420.51331.5266.4429.22
Hex7C19480502A3314c421d
Octal174311100120526351410235
Binary111110011001100100001010000101010110011101001100100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,25,72); }

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

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

 a { background-color: rgb(124,25,72); }

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

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

 span { border-color: rgb(124,25,72); }

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