#7C173D

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

Shades of Pompadour #7C173D

Tints of Pompadour #7C173D

Color information

#7C173D (or 0x7C173D) is unknown color: approx Pompadour. HEX triplet: 7C, 17 and 3D. RGB value is (124,23,61). Sum of RGB (Red+Green+Blue) = 124+23+61=208 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.62% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 124 - color contains mainly: red. Hex color #7C173D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C173D is #83E8C2. Grayscale: #393939. Windows color (decimal): -8644803 or 4003708. OLE color: 4003708.

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

Color convert

RGB1242361-
CMYK00.810.510.51
HSL337.43º68.71%28.82%-
HSV(B)337.43º81.45%48.63%-
XYZ9.465.234.93-
YUV57.53129.96175.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.62%
GREEN value IS 23 (9.38% from 255) = 11.06%
BLUE value IS 61 (24.22% from 255) = 29.33%
R=59.62%
G=11.06%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124236100.810.510.51337.4368.7128.82
Hex7C173D0513333151451d
Octal17427750121636352110535
Binary11111001011111110101010001110011110011101010001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C173D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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