#79324B

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

Shades of Flirt #79324B

Tints of Flirt #79324B

Color information

#79324B (or 0x79324B) is unknown color: approx Flirt. HEX triplet: 79, 32 and 4B. RGB value is (121,50,75). Sum of RGB (Red+Green+Blue) = 121+50+75=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #79324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79324B is #86CDB4. Grayscale: #4A4A4A. Windows color (decimal): -8834485 or 4928121. OLE color: 4928121.

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

Color convert

RGB1215075-
CMYK00.590.380.53
HSL338.87º41.52%33.53%-
HSV(B)338.87º58.68%47.45%-
XYZ10.36.857.44-
YUV74.08128.52161.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.19%
GREEN value IS 50 (19.92% from 255) = 20.33%
BLUE value IS 75 (29.69% from 255) = 30.49%
R=49.19%
G=20.33%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121507500.590.380.53338.8741.5233.53
Hex79324B03B26351532a22
Octal1716211307346655235242
Binary111100111001010010110111011100110110101101010011101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,50,75); }

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

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

 a { background-color: rgb(121,50,75); }

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

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

 span { border-color: rgb(121,50,75); }

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