#79284D

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

Shades of Flirt #79284D

Tints of Flirt #79284D

Color information

#79284D (or 0x79284D) is unknown color: approx Flirt. HEX triplet: 79, 28 and 4D. RGB value is (121,40,77). Sum of RGB (Red+Green+Blue) = 121+40+77=238 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.84% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 121 - color contains mainly: red. Hex color #79284D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79284D is #86D7B2. Grayscale: #444444. Windows color (decimal): -8837043 or 5056633. OLE color: 5056633.

HSL color Cylindrical-coordinate representation of color #79284D: hue angle of 332.59º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #79284D is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1214077-
CMYK00.670.360.53
HSL332.59º50.31%31.57%-
HSV(B)332.59º66.94%47.45%-
XYZ9.986.127.68-
YUV68.44132.84165.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.84%
GREEN value IS 40 (16.02% from 255) = 16.81%
BLUE value IS 77 (30.47% from 255) = 32.35%
R=50.84%
G=16.81%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121407700.670.360.53332.5950.3131.57
Hex79284D043243514d3220
Octal17150115010344655156240
Binary1111001101000100110101000011100100110101101001101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79284D; }

 p { color: rgb(121,40,77); }

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

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

 a { background-color: rgb(121,40,77); }

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

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

 span { border-color: rgb(121,40,77); }

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