Html Css Color HEX #79294A Flirt

📋 copy color: '#79294A'

red 121 ◦ green 41 ◦ blue 74

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

Shades of Flirt #79294A

Tints of Flirt #79294A

RGB

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

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

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

R = 51.27%
G = 17.37%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#79294A (or 0x79294A) is known color: Flirt. HEX triplet: 79, 29 and 4A. RGB value is (121,41,74). Sum of RGB (Red+Green+Blue) = 121+41+74=236 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.27% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 121 - color contains mainly: red. Hex color #79294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79294A is #86D6B5. Grayscale: #444444. Windows color (decimal): -8836790 or 4860281. OLE color: 4860281.

HSL color Cylindrical-coordinate representation of color #79294A: hue angle of 335.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #79294A is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 41 74 -
CMYK 0 0.66 0.39 0.53
HSL 335.25º 0.49% 0.32% -
HSV(B) 335.25º 0.66% 0.47% -
XYZ 9.91 6.15 7.14 -
YUV 68.68 131 165.32 -
System Red Green Blue C M Y K H S L
Decimal 121 41 74 0 0.66 0.39 0.53 335.25 0.49 0.32
Hex 79 29 4A 0 42 27 35 14F 31 20
Octal 171 51 112 0 102 47 65 517 61 40
Binary 1111001 101001 1001010 0 1000010 100111 110101 101001111 110001 100000

Color Harmonies of #79294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79294A

Black with #79294A

Text Example


Text Example

White with #79294A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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