#7C1753

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

Shades of Pompadour #7C1753

Tints of Pompadour #7C1753

Color information

#7C1753 (or 0x7C1753) is unknown color: approx Pompadour. HEX triplet: 7C, 17 and 53. RGB value is (124,23,83). Sum of RGB (Red+Green+Blue) = 124+23+83=230 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.91% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1753 is #83E8AC. Grayscale: #3B3B3B. Windows color (decimal): -8644781 or 5445500. OLE color: 5445500.

HSL color Cylindrical-coordinate representation of color #7C1753: hue angle of 324.36º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C1753 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB1242383-
CMYK00.810.330.51
HSL324.36º68.71%28.82%-
HSV(B)324.36º81.45%48.63%-
XYZ10.185.528.71-
YUV60.04140.96173.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 53.91%
GREEN value IS 23 (9.38% from 255) = 10%
BLUE value IS 83 (32.81% from 255) = 36.09%
R=53.91%
G=10%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124238300.810.330.51324.3668.7128.82
Hex7C17530512133144451d
Octal174271230121416350410535
Binary111110010111101001101010001100001110011101000100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,23,83); }

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

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

 a { background-color: rgb(124,23,83); }

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

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

 span { border-color: rgb(124,23,83); }

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