#79344B

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

Shades of Flirt #79344B

Tints of Flirt #79344B

Color information

#79344B (or 0x79344B) is unknown color: approx Flirt. HEX triplet: 79, 34 and 4B. RGB value is (121,52,75). Sum of RGB (Red+Green+Blue) = 121+52+75=248 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.79% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 121 - color contains mainly: red. Hex color #79344B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79344B is #86CBB4. Grayscale: #4B4B4B. Windows color (decimal): -8833973 or 4928633. OLE color: 4928633.

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

Color convert

RGB1215275-
CMYK00.570.380.53
HSL340º39.88%33.92%-
HSV(B)340º57.02%47.45%-
XYZ10.387.037.47-
YUV75.25127.86160.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.79%
GREEN value IS 52 (20.70% from 255) = 20.97%
BLUE value IS 75 (29.69% from 255) = 30.24%
R=48.79%
G=20.97%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121527500.570.380.5334039.8833.92
Hex79344B03926351542822
Octal1716411307146655245042
Binary111100111010010010110111001100110110101101010100101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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