#74254F

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

Shades of Flirt #74254F

Tints of Flirt #74254F

Color information

#74254F (or 0x74254F) is unknown color: approx Flirt. HEX triplet: 74, 25 and 4F. RGB value is (116,37,79). Sum of RGB (Red+Green+Blue) = 116+37+79=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #74254F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74254F is #8BDAB0. Grayscale: #414141. Windows color (decimal): -9165489 or 5186932. OLE color: 5186932.

HSL color Cylindrical-coordinate representation of color #74254F: hue angle of 328.1º 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 #74254F is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1163779-
CMYK00.680.320.55
HSL328.1º51.63%30%-
HSV(B)328.1º68.1%45.49%-
XYZ9.285.67.99-
YUV65.41135.67164.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50%
GREEN value IS 37 (14.84% from 255) = 15.95%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=50%
G=15.95%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116377900.680.320.55328.151.6330
Hex74254F0442037148341e
Octal16445117010440675106436
Binary111010010010110011110100010010000011011110100100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74254F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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