#74294D

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

Shades of Flirt #74294D

Tints of Flirt #74294D

Color information

#74294D (or 0x74294D) is unknown color: approx Flirt. HEX triplet: 74, 29 and 4D. RGB value is (116,41,77). Sum of RGB (Red+Green+Blue) = 116+41+77=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #74294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74294D is #8BD6B2. Grayscale: #434343. Windows color (decimal): -9164467 or 5056884. OLE color: 5056884.

HSL color Cylindrical-coordinate representation of color #74294D: hue angle of 331.2º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74294D is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1164177-
CMYK00.650.340.55
HSL331.2º47.77%30.78%-
HSV(B)331.2º64.66%45.49%-
XYZ9.335.837.66-
YUV67.53133.35162.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.57%
GREEN value IS 41 (16.41% from 255) = 17.52%
BLUE value IS 77 (30.47% from 255) = 32.91%
R=49.57%
G=17.52%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116417700.650.340.55331.247.7730.78
Hex74294D041223714b301f
Octal16451115010142675136037
Binary111010010100110011010100000110001011011110100101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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