#79354B

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

Shades of Flirt #79354B

Tints of Flirt #79354B

Color information

#79354B (or 0x79354B) is unknown color: approx Flirt. HEX triplet: 79, 35 and 4B. RGB value is (121,53,75). Sum of RGB (Red+Green+Blue) = 121+53+75=249 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.59% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 121 - color contains mainly: red. Hex color #79354B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79354B is #86CAB4. Grayscale: #4B4B4B. Windows color (decimal): -8833717 or 4928889. OLE color: 4928889.

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

Color convert

RGB1215375-
CMYK00.560.380.53
HSL340.59º39.08%34.12%-
HSV(B)340.59º56.2%47.45%-
XYZ10.437.127.48-
YUV75.84127.53160.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.59%
GREEN value IS 53 (21.09% from 255) = 21.29%
BLUE value IS 75 (29.69% from 255) = 30.12%
R=48.59%
G=21.29%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121537500.560.380.53340.5939.0834.12
Hex79354B03826351552722
Octal1716511307046655254742
Binary111100111010110010110111000100110110101101010101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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