#72344F

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

Shades of Flirt #72344F

Tints of Flirt #72344F

Color information

#72344F (or 0x72344F) is unknown color: approx Flirt. HEX triplet: 72, 34 and 4F. RGB value is (114,52,79). Sum of RGB (Red+Green+Blue) = 114+52+79=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #72344F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72344F is #8DCBB0. Grayscale: #494949. Windows color (decimal): -9292721 or 5190770. OLE color: 5190770.

HSL color Cylindrical-coordinate representation of color #72344F: hue angle of 333.87º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72344F is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1145279-
CMYK00.540.310.55
HSL333.87º37.35%32.55%-
HSV(B)333.87º54.39%44.71%-
XYZ9.586.68.17-
YUV73.62131.04156.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.53%
GREEN value IS 52 (20.70% from 255) = 21.22%
BLUE value IS 79 (31.25% from 255) = 32.24%
R=46.53%
G=21.22%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114527900.540.310.55333.8737.3532.55
Hex72344F0361F3714e2521
Octal1626411706637675164541
Binary11100101101001001111011011011111110111101001110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72344F; }

 p { color: rgb(114,52,79); }

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

<style>
 a { background-color: #72344F; }

 a { background-color: rgb(114,52,79); }

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

<style>
 span { border-color: #72344F; }

 span { border-color: rgb(114,52,79); }

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