#74384F

Color #74384F Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #74384F

Tints of Flirt #74384F

Color information

#74384F (or 0x74384F) is unknown color: approx Flirt. HEX triplet: 74, 38 and 4F. RGB value is (116,56,79). Sum of RGB (Red+Green+Blue) = 116+56+79=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #74384F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74384F is #8BC7B0. Grayscale: #4C4C4C. Windows color (decimal): -9160625 or 5191796. OLE color: 5191796.

HSL color Cylindrical-coordinate representation of color #74384F: hue angle of 337º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74384F is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1165679-
CMYK00.520.320.55
HSL337º34.88%33.73%-
HSV(B)337º51.72%45.49%-
XYZ10.037.118.24-
YUV76.56129.38156.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.22%
GREEN value IS 56 (22.27% from 255) = 22.31%
BLUE value IS 79 (31.25% from 255) = 31.47%
R=46.22%
G=22.31%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116567900.520.320.5533734.8833.73
Hex74384F03420371512322
Octal1647011706440675214342
Binary111010011100010011110110100100000110111101010001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74384F; }

 p { color: rgb(116,56,79); }

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

<style>
 a { background-color: #74384F; }

 a { background-color: rgb(116,56,79); }

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

<style>
 span { border-color: #74384F; }

 span { border-color: rgb(116,56,79); }

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