#740D53

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

Shades of Pompadour #740D53

Tints of Pompadour #740D53

Color information

#740D53 (or 0x740D53) is unknown color: approx Pompadour. HEX triplet: 74, 0D and 53. RGB value is (116,13,83). Sum of RGB (Red+Green+Blue) = 116+13+83=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #740D53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740D53 is #8BF2AC. Grayscale: #333333. Windows color (decimal): -9171629 or 5442932. OLE color: 5442932.

HSL color Cylindrical-coordinate representation of color #740D53: hue angle of 319.22º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #740D53 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB1161383-
CMYK00.890.280.55
HSL319.22º79.84%25.29%-
HSV(B)319.22º88.79%45.49%-
XYZ8.914.638.61-
YUV51.78145.62173.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.72%
GREEN value IS 13 (5.47% from 255) = 6.13%
BLUE value IS 83 (32.81% from 255) = 39.15%
R=54.72%
G=6.13%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116138300.890.280.55319.2279.8425.29
Hex74D530591C3713f5019
Octal164151230131346747712031
Binary1110100110110100110101100111100110111100111111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740D53; }

 p { color: rgb(116,13,83); }

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

<style>
 a { background-color: #740D53; }

 a { background-color: rgb(116,13,83); }

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

<style>
 span { border-color: #740D53; }

 span { border-color: rgb(116,13,83); }

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