Html Css Color HEX #742F59 Flirt

📋 copy color: '#742F59'

red 116 ◦ green 47 ◦ blue 89

#742F59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flirt #742F59

Tints of Flirt #742F59

RGB

 RED value IS 116 (45.7% from 255) = 46.03%

 GREEN value IS 47 (18.75% from 255) = 18.65%

 BLUE value IS 89 (35.16% from 255) = 35.32%

R = 46.03%
G = 18.65%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#742F59 (or 0x742F59) is known color: Flirt. HEX triplet: 74, 2F and 59. RGB value is (116,47,89). Sum of RGB (Red+Green+Blue) = 116+47+89=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #742F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742F59 is #8BD0A6. Grayscale: #484848. Windows color (decimal): -9162919 or 5844852. OLE color: 5844852.

HSL color Cylindrical-coordinate representation of color #742F59: hue angle of 323.48º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #742F59 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 47 89 -
CMYK 0 0.59 0.23 0.55
HSL 323.48º 0.42% 0.32% -
HSV(B) 323.48º 0.59% 0.45% -
XYZ 10.02 6.47 10.17 -
YUV 72.42 137.36 159.08 -
System Red Green Blue C M Y K H S L
Decimal 116 47 89 0 0.59 0.23 0.55 323.48 0.42 0.32
Hex 74 2F 59 0 3B 17 37 143 2A 20
Octal 164 57 131 0 73 27 67 503 52 40
Binary 1110100 101111 1011001 0 111011 10111 110111 101000011 101010 100000

Color Harmonies of #742F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742F59

Black with #742F59

Text Example


Text Example

White with #742F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742F59; }

 p { color: rgb(116,47,89); }

 H1.HeaderClassName
 {
   color: #742F59;
 }
 .AnyTagClassName
 {
   color: #742F59;
 }
</style>

background-color css

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

 a { background-color: rgb(116,47,89); }

 div.DivClassName
 {
   background-color: #742F59;
 }
 .BgClassName
 {
   background-color: #742F59;
 }
</style>

border-color css

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

 span { border-color: rgb(116,47,89); }

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