#742452

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

Shades of Flirt #742452

Tints of Flirt #742452

Color information

#742452 (or 0x742452) is unknown color: approx Flirt. HEX triplet: 74, 24 and 52. RGB value is (116,36,82). Sum of RGB (Red+Green+Blue) = 116+36+82=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #742452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742452 is #8BDBAD. Grayscale: #414141. Windows color (decimal): -9165742 or 5383284. OLE color: 5383284.

HSL color Cylindrical-coordinate representation of color #742452: hue angle of 325.5º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #742452 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB1163682-
CMYK00.690.290.55
HSL325.5º52.63%29.8%-
HSV(B)325.5º68.97%45.49%-
XYZ9.365.588.57-
YUV65.16137.5164.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.57%
GREEN value IS 36 (14.45% from 255) = 15.38%
BLUE value IS 82 (32.42% from 255) = 35.04%
R=49.57%
G=15.38%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116368200.690.290.55325.552.6329.8
Hex7424520451D37146351e
Octal16444122010535675066536
Binary11101001001001010010010001011110111011110100011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742452; }

 p { color: rgb(116,36,82); }

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

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

 a { background-color: rgb(116,36,82); }

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

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

 span { border-color: rgb(116,36,82); }

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