#7C1455

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

Shades of Pompadour #7C1455

Tints of Pompadour #7C1455

Color information

#7C1455 (or 0x7C1455) is unknown color: approx Pompadour. HEX triplet: 7C, 14 and 55. RGB value is (124,20,85). Sum of RGB (Red+Green+Blue) = 124+20+85=229 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.15% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1455 is #83EBAA. Grayscale: #3A3A3A. Windows color (decimal): -8645547 or 5575804. OLE color: 5575804.

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

Color convert

RGB1242085-
CMYK00.840.310.51
HSL322.5º72.22%28.24%-
HSV(B)322.5º83.87%48.63%-
XYZ10.25.449.11-
YUV58.51142.96174.71-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 54.15%
GREEN value IS 20 (8.20% from 255) = 8.73%
BLUE value IS 85 (33.59% from 255) = 37.12%
R=54.15%
G=8.73%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124208500.840.310.51322.572.2228.24
Hex7C14550541F33142481c
Octal174241250124376350211034
Binary11111001010010101010101010011111110011101000010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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