#7C173E

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

Shades of Pompadour #7C173E

Tints of Pompadour #7C173E

Color information

#7C173E (or 0x7C173E) is unknown color: approx Pompadour. HEX triplet: 7C, 17 and 3E. RGB value is (124,23,62). Sum of RGB (Red+Green+Blue) = 124+23+62=209 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.33% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 124 - color contains mainly: red. Hex color #7C173E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C173E is #83E8C1. Grayscale: #393939. Windows color (decimal): -8644802 or 4069244. OLE color: 4069244.

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

Color convert

RGB1242362-
CMYK00.810.50.51
HSL336.83º68.71%28.82%-
HSV(B)336.83º81.45%48.63%-
XYZ9.495.255.07-
YUV57.64130.46175.33-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.33%
GREEN value IS 23 (9.38% from 255) = 11.00%
BLUE value IS 62 (24.61% from 255) = 29.67%
R=59.33%
G=11.00%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.5
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124236200.810.50.51336.8368.7128.82
Hex7C173E0513233151451d
Octal17427760121626352110535
Binary11111001011111111001010001110010110011101010001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C173E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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