#72364E

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

Shades of Flirt #72364E

Tints of Flirt #72364E

Color information

#72364E (or 0x72364E) is unknown color: approx Flirt. HEX triplet: 72, 36 and 4E. RGB value is (114,54,78). Sum of RGB (Red+Green+Blue) = 114+54+78=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #72364E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72364E is #8DC9B1. Grayscale: #4A4A4A. Windows color (decimal): -9292210 or 5125746. OLE color: 5125746.

HSL color Cylindrical-coordinate representation of color #72364E: hue angle of 336º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72364E is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1145478-
CMYK00.530.320.55
HSL336º35.71%32.94%-
HSV(B)336º52.63%44.71%-
XYZ9.636.778.01-
YUV74.68129.88156.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.34%
GREEN value IS 54 (21.48% from 255) = 21.95%
BLUE value IS 78 (30.86% from 255) = 31.71%
R=46.34%
G=21.95%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114547800.530.320.5533635.7132.94
Hex72364E03520371502421
Octal1626611606540675204441
Binary111001011011010011100110101100000110111101010000100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72364E; }

 p { color: rgb(114,54,78); }

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

<style>
 a { background-color: #72364E; }

 a { background-color: rgb(114,54,78); }

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

<style>
 span { border-color: #72364E; }

 span { border-color: rgb(114,54,78); }

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