#72365B

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

Shades of Flirt #72365B

Tints of Flirt #72365B

Color information

#72365B (or 0x72365B) is unknown color: approx Flirt. HEX triplet: 72, 36 and 5B. RGB value is (114,54,91). Sum of RGB (Red+Green+Blue) = 114+54+91=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #72365B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72365B is #8DC9A4. Grayscale: #4C4C4C. Windows color (decimal): -9292197 or 5977714. OLE color: 5977714.

HSL color Cylindrical-coordinate representation of color #72365B: hue angle of 323º 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 #72365B is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1145491-
CMYK00.530.200.55
HSL323º35.71%32.94%-
HSV(B)323º52.63%44.71%-
XYZ10.156.9710.71-
YUV76.16136.38154.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.02%
GREEN value IS 54 (21.48% from 255) = 20.85%
BLUE value IS 91 (35.94% from 255) = 35.14%
R=44.02%
G=20.85%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114549100.530.200.5532335.7132.94
Hex72365B03514371432421
Octal1626613306524675034441
Binary11100101101101011011011010110100110111101000011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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