#744A50

Color #744A50 Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #744A50

Tints of Solid Pink #744A50

Color information

#744A50 (or 0x744A50) is unknown color: approx Solid Pink. HEX triplet: 74, 4A and 50. RGB value is (116,74,80). Sum of RGB (Red+Green+Blue) = 116+74+80=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #744A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744A50 is #8BB5AF. Grayscale: #575757. Windows color (decimal): -9156016 or 5261940. OLE color: 5261940.

HSL color Cylindrical-coordinate representation of color #744A50: hue angle of 351.43º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #744A50 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1167480-
CMYK00.360.310.55
HSL351.43º22.11%37.25%-
HSV(B)351.43º36.21%45.49%-
XYZ11.19.198.78-
YUV87.24123.91148.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.96%
GREEN value IS 74 (29.30% from 255) = 27.41%
BLUE value IS 80 (31.64% from 255) = 29.63%
R=42.96%
G=27.41%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116748000.360.310.55351.4322.1137.25
Hex744A500241F3715f1625
Octal16411212004437675372645
Binary11101001001010101000001001001111111011110101111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744A50; }

 p { color: rgb(116,74,80); }

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

<style>
 a { background-color: #744A50; }

 a { background-color: rgb(116,74,80); }

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

<style>
 span { border-color: #744A50; }

 span { border-color: rgb(116,74,80); }

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