#74254D

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

Shades of Flirt #74254D

Tints of Flirt #74254D

Color information

#74254D (or 0x74254D) is unknown color: approx Flirt. HEX triplet: 74, 25 and 4D. RGB value is (116,37,77). Sum of RGB (Red+Green+Blue) = 116+37+77=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #74254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74254D is #8BDAB2. Grayscale: #414141. Windows color (decimal): -9165491 or 5055860. OLE color: 5055860.

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

Color convert

RGB1163777-
CMYK00.680.340.55
HSL329.62º51.63%30%-
HSV(B)329.62º68.1%45.49%-
XYZ9.25.577.61-
YUV65.18134.67164.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.43%
GREEN value IS 37 (14.84% from 255) = 16.09%
BLUE value IS 77 (30.47% from 255) = 33.48%
R=50.43%
G=16.09%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116377700.680.340.55329.6251.6330
Hex74254D044223714a341e
Octal16445115010442675126436
Binary111010010010110011010100010010001011011110100101011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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