Html Css Color HEX #742953 Flirt

📋 copy color: '#742953'

red 116 ◦ green 41 ◦ blue 83

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

Shades of Flirt #742953

Tints of Flirt #742953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 34.58%

R = 48.33%
G = 17.08%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#742953 (or 0x742953) is known color: Flirt. HEX triplet: 74, 29 and 53. RGB value is (116,41,83). Sum of RGB (Red+Green+Blue) = 116+41+83=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #742953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742953 is #8BD6AC. Grayscale: #444444. Windows color (decimal): -9164461 or 5450100. OLE color: 5450100.

HSL color Cylindrical-coordinate representation of color #742953: hue angle of 326.4º 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 #742953 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 41 83 -
CMYK 0 0.65 0.28 0.55
HSL 326.4º 0.48% 0.31% -
HSV(B) 326.4º 0.65% 0.45% -
XYZ 9.56 5.92 8.82 -
YUV 68.21 136.35 162.08 -
System Red Green Blue C M Y K H S L
Decimal 116 41 83 0 0.65 0.28 0.55 326.4 0.48 0.31
Hex 74 29 53 0 41 1C 37 146 30 1F
Octal 164 51 123 0 101 34 67 506 60 37
Binary 1110100 101001 1010011 0 1000001 11100 110111 101000110 110000 11111

Color Harmonies of #742953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742953

Black with #742953

Text Example


Text Example

White with #742953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742953; }

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

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

background-color css

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

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

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

border-color css

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

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

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