#7c1441

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

Shades of Pompadour #7C1441

Tints of Pompadour #7C1441

Color information

#7C1441 (or 0x7C1441) is unknown color: approx Pompadour. HEX triplet: 7C, 14 and 41. RGB value is (124,20,65). Sum of RGB (Red+Green+Blue) = 124+20+65=209 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.33% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1441 is #83EBBE. Grayscale: #383838. Windows color (decimal): -8645567 or 4265084. OLE color: 4265084.

HSL color Cylindrical-coordinate representation of color #7C1441: hue angle of 334.04º 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 #7C1441 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB1242065-
CMYK00.840.480.51
HSL334.04º72.22%28.24%-
HSV(B)334.04º83.87%48.63%-
XYZ9.525.175.5-
YUV56.23132.96176.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.33%
GREEN value IS 20 (8.20% from 255) = 9.57%
BLUE value IS 65 (25.78% from 255) = 31.10%
R=59.33%
G=9.57%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124206500.840.480.51334.0472.2228.24
Hex7C1441054303314e481c
Octal174241010124606351611034
Binary111110010100100000101010100110000110011101001110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c1441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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