Html Css Color HEX #772151 Flirt

📋 copy color: '#772151'

red 119 ◦ green 33 ◦ blue 81

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

Shades of Flirt #772151

Tints of Flirt #772151

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.16%

 BLUE value IS 81 (32.03% from 255) = 34.76%

R = 51.07%
G = 14.16%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#772151 (or 0x772151) is known color: Flirt. HEX triplet: 77, 21 and 51. RGB value is (119,33,81). Sum of RGB (Red+Green+Blue) = 119+33+81=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #772151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772151 is #88DEAE. Grayscale: #404040. Windows color (decimal): -8969903 or 5316983. OLE color: 5316983.

HSL color Cylindrical-coordinate representation of color #772151: hue angle of 326.51º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #772151 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 33 81 -
CMYK 0 0.72 0.32 0.53
HSL 326.51º 0.57% 0.3% -
HSV(B) 326.51º 0.72% 0.47% -
XYZ 9.64 5.6 8.36 -
YUV 64.19 137.49 167.1 -
System Red Green Blue C M Y K H S L
Decimal 119 33 81 0 0.72 0.32 0.53 326.51 0.57 0.3
Hex 77 21 51 0 48 20 35 147 39 1E
Octal 167 41 121 0 110 40 65 507 71 36
Binary 1110111 100001 1010001 0 1001000 100000 110101 101000111 111001 11110

Color Harmonies of #772151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772151

Black with #772151

Text Example


Text Example

White with #772151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772151; }

 p { color: rgb(119,33,81); }

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

background-color css

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

 a { background-color: rgb(119,33,81); }

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

border-color css

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

 span { border-color: rgb(119,33,81); }

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