#7C1540

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

Shades of Pompadour #7C1540

Tints of Pompadour #7C1540

Color information

#7C1540 (or 0x7C1540) is unknown color: approx Pompadour. HEX triplet: 7C, 15 and 40. RGB value is (124,21,64). Sum of RGB (Red+Green+Blue) = 124+21+64=209 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.33% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1540 is #83EABF. Grayscale: #383838. Windows color (decimal): -8645312 or 4199804. OLE color: 4199804.

HSL color Cylindrical-coordinate representation of color #7C1540: hue angle of 334.95º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C1540 is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB1242164-
CMYK00.830.480.51
HSL334.95º71.03%28.43%-
HSV(B)334.95º83.06%48.63%-
XYZ9.515.195.35-
YUV56.7132.12176-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.33%
GREEN value IS 21 (8.59% from 255) = 10.05%
BLUE value IS 64 (25.39% from 255) = 30.62%
R=59.33%
G=10.05%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124216400.830.480.51334.9571.0328.43
Hex7C1540053303314f471c
Octal174251000123606351710734
Binary111110010101100000001010011110000110011101001111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,21,64); }

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

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

 a { background-color: rgb(124,21,64); }

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

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

 span { border-color: rgb(124,21,64); }

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