#7C163E

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

Shades of Pompadour #7C163E

Tints of Pompadour #7C163E

Color information

#7C163E (or 0x7C163E) is unknown color: approx Pompadour. HEX triplet: 7C, 16 and 3E. RGB value is (124,22,62). Sum of RGB (Red+Green+Blue) = 124+22+62=208 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.62% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 124 - color contains mainly: red. Hex color #7C163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C163E is #83E9C1. Grayscale: #383838. Windows color (decimal): -8645058 or 4068988. OLE color: 4068988.

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

Color convert

RGB1242262-
CMYK00.820.50.51
HSL336.47º69.86%28.63%-
HSV(B)336.47º82.26%48.63%-
XYZ9.475.215.06-
YUV57.06130.79175.75-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.62%
GREEN value IS 22 (8.98% from 255) = 10.58%
BLUE value IS 62 (24.61% from 255) = 29.81%
R=59.62%
G=10.58%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.5
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124226200.820.50.51336.4769.8628.63
Hex7C163E0523233150461d
Octal17426760122626352010635
Binary11111001011011111001010010110010110011101010000100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C163E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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