#7C1051

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

Shades of Pompadour #7C1051

Tints of Pompadour #7C1051

Color information

#7C1051 (or 0x7C1051) is unknown color: approx Pompadour. HEX triplet: 7C, 10 and 51. RGB value is (124,16,81). Sum of RGB (Red+Green+Blue) = 124+16+81=221 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.11% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1051 is #83EFAE. Grayscale: #373737. Windows color (decimal): -8646575 or 5312636. OLE color: 5312636.

HSL color Cylindrical-coordinate representation of color #7C1051: hue angle of 323.89º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C1051 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB1241681-
CMYK00.870.350.51
HSL323.89º77.14%27.45%-
HSV(B)323.89º87.1%48.63%-
XYZ9.985.258.27-
YUV55.7142.28176.71-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 56.11%
GREEN value IS 16 (6.64% from 255) = 7.24%
BLUE value IS 81 (32.03% from 255) = 36.65%
R=56.11%
G=7.24%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124168100.870.350.51323.8977.1427.45
Hex7C105105723331444d1b
Octal174201210127436350411533
Binary111110010000101000101010111100011110011101000100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,16,81); }

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

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

 a { background-color: rgb(124,16,81); }

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

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

 span { border-color: rgb(124,16,81); }

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