#74384D

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

Shades of Flirt #74384D

Tints of Flirt #74384D

Color information

#74384D (or 0x74384D) is unknown color: approx Flirt. HEX triplet: 74, 38 and 4D. RGB value is (116,56,77). Sum of RGB (Red+Green+Blue) = 116+56+77=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #74384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74384D is #8BC7B2. Grayscale: #4C4C4C. Windows color (decimal): -9160627 or 5060724. OLE color: 5060724.

HSL color Cylindrical-coordinate representation of color #74384D: hue angle of 339º 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 #74384D is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1165677-
CMYK00.520.340.55
HSL339º34.88%33.73%-
HSV(B)339º51.72%45.49%-
XYZ9.967.087.86-
YUV76.33128.38156.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.59%
GREEN value IS 56 (22.27% from 255) = 22.49%
BLUE value IS 77 (30.47% from 255) = 30.92%
R=46.59%
G=22.49%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116567700.520.340.5533934.8833.73
Hex74384D03422371532322
Octal1647011506442675234342
Binary111010011100010011010110100100010110111101010011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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