Html Css Color HEX #742946 Flirt

📋 copy color: '#742946'

red 116 ◦ green 41 ◦ blue 70

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

Shades of Flirt #742946

Tints of Flirt #742946

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.06%

 BLUE value IS 70 (27.73% from 255) = 30.84%

R = 51.1%
G = 18.06%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#742946 (or 0x742946) is known color: Flirt. HEX triplet: 74, 29 and 46. RGB value is (116,41,70). Sum of RGB (Red+Green+Blue) = 116+41+70=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #742946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742946 is #8BD6B9. Grayscale: #424242. Windows color (decimal): -9164474 or 4598132. OLE color: 4598132.

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

Color convert

RGB 116 41 70 -
CMYK 0 0.65 0.40 0.55
HSL 336.8º 0.48% 0.31% -
HSV(B) 336.8º 0.65% 0.45% -
XYZ 9.1 5.74 6.42 -
YUV 66.73 129.85 163.14 -
System Red Green Blue C M Y K H S L
Decimal 116 41 70 0 0.65 0.40 0.55 336.8 0.48 0.31
Hex 74 29 46 0 41 28 37 151 30 1F
Octal 164 51 106 0 101 50 67 521 60 37
Binary 1110100 101001 1000110 0 1000001 101000 110111 101010001 110000 11111

Color Harmonies of #742946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742946

Black with #742946

Text Example


Text Example

White with #742946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742946; }

 p { color: rgb(116,41,70); }

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

background-color css

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

 a { background-color: rgb(116,41,70); }

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

border-color css

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

 span { border-color: rgb(116,41,70); }

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