#772849

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

Shades of Flirt #772849

Tints of Flirt #772849

Color information

#772849 (or 0x772849) is unknown color: approx Flirt. HEX triplet: 77, 28 and 49. RGB value is (119,40,73). Sum of RGB (Red+Green+Blue) = 119+40+73=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #772849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772849 is #88D7B6. Grayscale: #434343. Windows color (decimal): -8968119 or 4794487. OLE color: 4794487.

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

Color convert

RGB1194073-
CMYK00.660.390.53
HSL334.94º49.69%31.18%-
HSV(B)334.94º66.39%46.67%-
XYZ9.575.926.94-
YUV67.38131.17164.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.29%
GREEN value IS 40 (16.02% from 255) = 17.24%
BLUE value IS 73 (28.91% from 255) = 31.47%
R=51.29%
G=17.24%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119407300.660.390.53334.9449.6931.18
Hex772849042273514f321f
Octal16750111010247655176237
Binary111011110100010010010100001010011111010110100111111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772849; }

 p { color: rgb(119,40,73); }

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

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

 a { background-color: rgb(119,40,73); }

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

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

 span { border-color: rgb(119,40,73); }

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