#77224B

Color #77224B Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #77224B

Tints of Flirt #77224B

Color information

#77224B (or 0x77224B) is unknown color: approx Flirt. HEX triplet: 77, 22 and 4B. RGB value is (119,34,75). Sum of RGB (Red+Green+Blue) = 119+34+75=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #77224B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77224B is #88DDB4. Grayscale: #404040. Windows color (decimal): -8969653 or 4924023. OLE color: 4924023.

HSL color Cylindrical-coordinate representation of color #77224B: hue angle of 331.06º 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 #77224B is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1193475-
CMYK00.710.370.53
HSL331.06º55.56%30%-
HSV(B)331.06º71.43%46.67%-
XYZ9.455.577.23-
YUV64.09134.16167.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.19%
GREEN value IS 34 (13.67% from 255) = 14.91%
BLUE value IS 75 (29.69% from 255) = 32.89%
R=52.19%
G=14.91%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119347500.710.370.53331.0655.5630
Hex77224B047253514b381e
Octal16742113010745655137036
Binary111011110001010010110100011110010111010110100101111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77224B; }

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

 H1.HeaderClassName
 {
   color: #77224B;
 }
 .AnyTagClassName
 {
   color: #77224B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #77224B;
 }
 .BgClassName
 {
   background-color: #77224B;
 }
</style>
border-color css

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

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

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