#792D4B

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

Shades of Flirt #792D4B

Tints of Flirt #792D4B

Color information

#792D4B (or 0x792D4B) is unknown color: approx Flirt. HEX triplet: 79, 2D and 4B. RGB value is (121,45,75). Sum of RGB (Red+Green+Blue) = 121+45+75=241 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.21% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 121 - color contains mainly: red. Hex color #792D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792D4B is #86D2B4. Grayscale: #474747. Windows color (decimal): -8835765 or 4926841. OLE color: 4926841.

HSL color Cylindrical-coordinate representation of color #792D4B: hue angle of 336.32º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #792D4B is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1214575-
CMYK00.630.380.53
HSL336.32º45.78%32.55%-
HSV(B)336.32º62.81%47.45%-
XYZ10.096.457.37-
YUV71.14130.18163.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.21%
GREEN value IS 45 (17.97% from 255) = 18.67%
BLUE value IS 75 (29.69% from 255) = 31.12%
R=50.21%
G=18.67%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121457500.630.380.53336.3245.7832.55
Hex792D4B03F26351502e21
Octal1715511307746655205641
Binary111100110110110010110111111100110110101101010000101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792D4B; }

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

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

<style>
 a { background-color: #792D4B; }

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

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

<style>
 span { border-color: #792D4B; }

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

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