Html Css Color HEX #742C5A Flirt

📋 copy color: '#742C5A'

red 116 ◦ green 44 ◦ blue 90

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

Shades of Flirt #742C5A

Tints of Flirt #742C5A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.6%

 BLUE value IS 90 (35.55% from 255) = 36%

R = 46.4%
G = 17.6%
B = 36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#742C5A (or 0x742C5A) is known color: Flirt. HEX triplet: 74, 2C and 5A. RGB value is (116,44,90). Sum of RGB (Red+Green+Blue) = 116+44+90=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #742C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742C5A is #8BD3A5. Grayscale: #464646. Windows color (decimal): -9163686 or 5909620. OLE color: 5909620.

HSL color Cylindrical-coordinate representation of color #742C5A: hue angle of 321.67º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #742C5A is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 44 90 -
CMYK 0 0.62 0.22 0.55
HSL 321.67º 0.45% 0.31% -
HSV(B) 321.67º 0.62% 0.45% -
XYZ 9.95 6.25 10.36 -
YUV 70.77 138.85 160.26 -
System Red Green Blue C M Y K H S L
Decimal 116 44 90 0 0.62 0.22 0.55 321.67 0.45 0.31
Hex 74 2C 5A 0 3E 16 37 142 2D 1F
Octal 164 54 132 0 76 26 67 502 55 37
Binary 1110100 101100 1011010 0 111110 10110 110111 101000010 101101 11111

Color Harmonies of #742C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742C5A

Black with #742C5A

Text Example


Text Example

White with #742C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,44,90); }

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

background-color css

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

 a { background-color: rgb(116,44,90); }

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

border-color css

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

 span { border-color: rgb(116,44,90); }

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