Html Css Color HEX #77244D Flirt

📋 copy color: '#77244D'

red 119 ◦ green 36 ◦ blue 77

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

Shades of Flirt #77244D

Tints of Flirt #77244D

RGB

 RED value IS 119 (46.88% from 255) = 51.29%

 GREEN value IS 36 (14.45% from 255) = 15.52%

 BLUE value IS 77 (30.47% from 255) = 33.19%

R = 51.29%
G = 15.52%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#77244D (or 0x77244D) is known color: Flirt. HEX triplet: 77, 24 and 4D. RGB value is (119,36,77). Sum of RGB (Red+Green+Blue) = 119+36+77=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #77244D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77244D is #88DBB2. Grayscale: #414141. Windows color (decimal): -8969139 or 5055607. OLE color: 5055607.

HSL color Cylindrical-coordinate representation of color #77244D: hue angle of 330.36º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #77244D is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 36 77 -
CMYK 0 0.70 0.35 0.53
HSL 330.36º 0.54% 0.3% -
HSV(B) 330.36º 0.7% 0.47% -
XYZ 9.58 5.72 7.62 -
YUV 65.49 134.5 166.17 -
System Red Green Blue C M Y K H S L
Decimal 119 36 77 0 0.70 0.35 0.53 330.36 0.54 0.3
Hex 77 24 4D 0 46 23 35 14A 36 1E
Octal 167 44 115 0 106 43 65 512 66 36
Binary 1110111 100100 1001101 0 1000110 100011 110101 101001010 110110 11110

Color Harmonies of #77244D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77244D

Black with #77244D

Text Example


Text Example

White with #77244D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77244D; }

 p { color: rgb(119,36,77); }

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

background-color css

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

 a { background-color: rgb(119,36,77); }

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

border-color css

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

 span { border-color: rgb(119,36,77); }

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