#7C1953

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

Shades of Pompadour #7C1953

Tints of Pompadour #7C1953

Color information

#7C1953 (or 0x7C1953) is unknown color: approx Pompadour. HEX triplet: 7C, 19 and 53. RGB value is (124,25,83). Sum of RGB (Red+Green+Blue) = 124+25+83=232 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.45% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1953 is #83E6AC. Grayscale: #3D3D3D. Windows color (decimal): -8644269 or 5446012. OLE color: 5446012.

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

Color convert

RGB1242583-
CMYK00.800.330.51
HSL324.85º66.44%29.22%-
HSV(B)324.85º79.84%48.63%-
XYZ10.225.68.73-
YUV61.21140.3172.78-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 53.45%
GREEN value IS 25 (10.16% from 255) = 10.78%
BLUE value IS 83 (32.81% from 255) = 35.78%
R=53.45%
G=10.78%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124258300.800.330.51324.8566.4429.22
Hex7C19530502133145421d
Octal174311230120416350510235
Binary111110011001101001101010000100001110011101000101100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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