#7C163F

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

Shades of Pompadour #7C163F

Tints of Pompadour #7C163F

Color information

#7C163F (or 0x7C163F) is unknown color: approx Pompadour. HEX triplet: 7C, 16 and 3F. RGB value is (124,22,63). Sum of RGB (Red+Green+Blue) = 124+22+63=209 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.33% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 124 - color contains mainly: red. Hex color #7C163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C163F is #83E9C0. Grayscale: #393939. Windows color (decimal): -8645057 or 4134524. OLE color: 4134524.

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

Color convert

RGB1242263-
CMYK00.820.490.51
HSL335.88º69.86%28.63%-
HSV(B)335.88º82.26%48.63%-
XYZ9.55.225.21-
YUV57.17131.29175.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.33%
GREEN value IS 22 (8.98% from 255) = 10.53%
BLUE value IS 63 (25% from 255) = 30.14%
R=59.33%
G=10.53%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124226300.820.490.51335.8869.8628.63
Hex7C163F0523133150461d
Octal17426770122616352010635
Binary11111001011011111101010010110001110011101010000100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C163F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,22,63); }

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

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

 a { background-color: rgb(124,22,63); }

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

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

 span { border-color: rgb(124,22,63); }

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