Html Css Color HEX #773153 Flirt

📋 copy color: '#773153'

red 119 ◦ green 49 ◦ blue 83

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

Shades of Flirt #773153

Tints of Flirt #773153

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.52%

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

R = 47.41%
G = 19.52%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#773153 (or 0x773153) is known color: Flirt. HEX triplet: 77, 31 and 53. RGB value is (119,49,83). Sum of RGB (Red+Green+Blue) = 119+49+83=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #773153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773153 is #88CEAC. Grayscale: #494949. Windows color (decimal): -8965805 or 5452151. OLE color: 5452151.

HSL color Cylindrical-coordinate representation of color #773153: hue angle of 330.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #773153 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 49 83 -
CMYK 0 0.59 0.30 0.53
HSL 330.86º 0.42% 0.33% -
HSV(B) 330.86º 0.59% 0.47% -
XYZ 10.27 6.74 8.94 -
YUV 73.81 133.19 160.24 -
System Red Green Blue C M Y K H S L
Decimal 119 49 83 0 0.59 0.30 0.53 330.86 0.42 0.33
Hex 77 31 53 0 3B 1E 35 14B 2A 21
Octal 167 61 123 0 73 36 65 513 52 41
Binary 1110111 110001 1010011 0 111011 11110 110101 101001011 101010 100001

Color Harmonies of #773153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773153

Black with #773153

Text Example


Text Example

White with #773153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773153; }

 p { color: rgb(119,49,83); }

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

background-color css

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

 a { background-color: rgb(119,49,83); }

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

border-color css

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

 span { border-color: rgb(119,49,83); }

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