Html Css Color HEX #742C45 Flirt

📋 copy color: '#742C45'

red 116 ◦ green 44 ◦ blue 69

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

Shades of Flirt #742C45

Tints of Flirt #742C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 30.13%

R = 50.66%
G = 19.21%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#742C45 (or 0x742C45) is known color: Flirt. HEX triplet: 74, 2C and 45. RGB value is (116,44,69). Sum of RGB (Red+Green+Blue) = 116+44+69=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #742C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742C45 is #8BD3BA. Grayscale: #444444. Windows color (decimal): -9163707 or 4533364. OLE color: 4533364.

HSL color Cylindrical-coordinate representation of color #742C45: hue angle of 339.17º 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 #742C45 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 44 69 -
CMYK 0 0.62 0.41 0.55
HSL 339.17º 0.45% 0.31% -
HSV(B) 339.17º 0.62% 0.45% -
XYZ 9.18 5.94 6.29 -
YUV 68.38 128.35 161.97 -
System Red Green Blue C M Y K H S L
Decimal 116 44 69 0 0.62 0.41 0.55 339.17 0.45 0.31
Hex 74 2C 45 0 3E 29 37 153 2D 1F
Octal 164 54 105 0 76 51 67 523 55 37
Binary 1110100 101100 1000101 0 111110 101001 110111 101010011 101101 11111

Color Harmonies of #742C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742C45

Black with #742C45

Text Example


Text Example

White with #742C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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