Html Css Color HEX #772248 Flirt

📋 copy color: '#772248'

red 119 ◦ green 34 ◦ blue 72

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

Shades of Flirt #772248

Tints of Flirt #772248

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.11%

 BLUE value IS 72 (28.52% from 255) = 32%

R = 52.89%
G = 15.11%
B = 32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#772248 (or 0x772248) is known color: Flirt. HEX triplet: 77, 22 and 48. RGB value is (119,34,72). Sum of RGB (Red+Green+Blue) = 119+34+72=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #772248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772248 is #88DDB7. Grayscale: #3F3F3F. Windows color (decimal): -8969656 or 4727415. OLE color: 4727415.

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

Color convert

RGB 119 34 72 -
CMYK 0 0.71 0.39 0.53
HSL 333.18º 0.56% 0.3% -
HSV(B) 333.18º 0.71% 0.47% -
XYZ 9.35 5.53 6.71 -
YUV 63.75 132.66 167.41 -
System Red Green Blue C M Y K H S L
Decimal 119 34 72 0 0.71 0.39 0.53 333.18 0.56 0.3
Hex 77 22 48 0 47 27 35 14D 38 1E
Octal 167 42 110 0 107 47 65 515 70 36
Binary 1110111 100010 1001000 0 1000111 100111 110101 101001101 111000 11110

Color Harmonies of #772248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772248

Black with #772248

Text Example


Text Example

White with #772248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772248; }

 p { color: rgb(119,34,72); }

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

background-color css

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

 a { background-color: rgb(119,34,72); }

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

border-color css

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

 span { border-color: rgb(119,34,72); }

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