#7C1247

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

Shades of Pompadour #7C1247

Tints of Pompadour #7C1247

Color information

#7C1247 (or 0x7C1247) is unknown color: approx Pompadour. HEX triplet: 7C, 12 and 47. RGB value is (124,18,71). Sum of RGB (Red+Green+Blue) = 124+18+71=213 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.22% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1247 is #83EDB8. Grayscale: #373737. Windows color (decimal): -8646073 or 4657788. OLE color: 4657788.

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

Color convert

RGB1241871-
CMYK00.850.430.51
HSL330º74.65%27.84%-
HSV(B)330º85.48%48.63%-
XYZ9.675.176.45-
YUV55.74136.62176.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 58.22%
GREEN value IS 18 (7.42% from 255) = 8.45%
BLUE value IS 71 (28.12% from 255) = 33.33%
R=58.22%
G=8.45%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124187100.850.430.5133074.6527.84
Hex7C12470552B3314a4b1c
Octal174221070125536351211334
Binary111110010010100011101010101101011110011101001010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,18,71); }

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

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

 a { background-color: rgb(124,18,71); }

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

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

 span { border-color: rgb(124,18,71); }

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