#79294B

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

Shades of Flirt #79294B

Tints of Flirt #79294B

Color information

#79294B (or 0x79294B) is unknown color: approx Flirt. HEX triplet: 79, 29 and 4B. RGB value is (121,41,75). Sum of RGB (Red+Green+Blue) = 121+41+75=237 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.05% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 121 - color contains mainly: red. Hex color #79294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79294B is #86D6B4. Grayscale: #444444. Windows color (decimal): -8836789 or 4925817. OLE color: 4925817.

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

Color convert

RGB1214175-
CMYK00.660.380.53
HSL334.5º49.38%31.76%-
HSV(B)334.5º66.12%47.45%-
XYZ9.956.167.32-
YUV68.8131.5165.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.05%
GREEN value IS 41 (16.41% from 255) = 17.30%
BLUE value IS 75 (29.69% from 255) = 31.65%
R=51.05%
G=17.30%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121417500.660.380.53334.549.3831.76
Hex79294B042263514e3120
Octal17151113010246655166140
Binary1111001101001100101101000010100110110101101001110110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79294B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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