#7C1448

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

Shades of Pompadour #7C1448

Tints of Pompadour #7C1448

Color information

#7C1448 (or 0x7C1448) is unknown color: approx Pompadour. HEX triplet: 7C, 14 and 48. RGB value is (124,20,72). Sum of RGB (Red+Green+Blue) = 124+20+72=216 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.41% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1448 is #83EBB7. Grayscale: #383838. Windows color (decimal): -8645560 or 4723836. OLE color: 4723836.

HSL color Cylindrical-coordinate representation of color #7C1448: hue angle of 330º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C1448 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB1242072-
CMYK00.840.420.51
HSL330º72.22%28.24%-
HSV(B)330º83.87%48.63%-
XYZ9.735.256.63-
YUV57.02136.46175.77-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 57.41%
GREEN value IS 20 (8.20% from 255) = 9.26%
BLUE value IS 72 (28.52% from 255) = 33.33%
R=57.41%
G=9.26%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124207200.840.420.5133072.2228.24
Hex7C14480542A3314a481c
Octal174241100124526351211034
Binary111110010100100100001010100101010110011101001010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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