#72364A

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

Shades of Flirt #72364A

Tints of Flirt #72364A

Color information

#72364A (or 0x72364A) is unknown color: approx Flirt. HEX triplet: 72, 36 and 4A. RGB value is (114,54,74). Sum of RGB (Red+Green+Blue) = 114+54+74=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #72364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72364A is #8DC9B5. Grayscale: #4A4A4A. Windows color (decimal): -9292214 or 4863602. OLE color: 4863602.

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

Color convert

RGB1145474-
CMYK00.530.350.55
HSL340º35.71%32.94%-
HSV(B)340º52.63%44.71%-
XYZ9.496.717.27-
YUV74.22127.88156.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.11%
GREEN value IS 54 (21.48% from 255) = 22.31%
BLUE value IS 74 (29.30% from 255) = 30.58%
R=47.11%
G=22.31%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114547400.530.350.5534035.7132.94
Hex72364A03523371542421
Octal1626611206543675244441
Binary111001011011010010100110101100011110111101010100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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