Html Css Color HEX #79304A Flirt

📋 copy color: '#79304A'

red 121 ◦ green 48 ◦ blue 74

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

Shades of Flirt #79304A

Tints of Flirt #79304A

RGB

 RED value IS 121 (47.66% from 255) = 49.79%

 GREEN value IS 48 (19.14% from 255) = 19.75%

 BLUE value IS 74 (29.3% from 255) = 30.45%

R = 49.79%
G = 19.75%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#79304A (or 0x79304A) is known color: Flirt. HEX triplet: 79, 30 and 4A. RGB value is (121,48,74). Sum of RGB (Red+Green+Blue) = 121+48+74=243 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.79% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 121 - color contains mainly: red. Hex color #79304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79304A is #86CFB5. Grayscale: #484848. Windows color (decimal): -8834998 or 4862073. OLE color: 4862073.

HSL color Cylindrical-coordinate representation of color #79304A: hue angle of 338.63º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #79304A is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 48 74 -
CMYK 0 0.60 0.39 0.53
HSL 338.63º 0.43% 0.33% -
HSV(B) 338.63º 0.6% 0.47% -
XYZ 10.18 6.67 7.23 -
YUV 72.79 128.68 162.39 -
System Red Green Blue C M Y K H S L
Decimal 121 48 74 0 0.60 0.39 0.53 338.63 0.43 0.33
Hex 79 30 4A 0 3C 27 35 153 2B 21
Octal 171 60 112 0 74 47 65 523 53 41
Binary 1111001 110000 1001010 0 111100 100111 110101 101010011 101011 100001

Color Harmonies of #79304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79304A

Black with #79304A

Text Example


Text Example

White with #79304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79304A; }

 p { color: rgb(121,48,74); }

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

background-color css

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

 a { background-color: rgb(121,48,74); }

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

border-color css

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

 span { border-color: rgb(121,48,74); }

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