#72344A

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

Shades of Flirt #72344A

Tints of Flirt #72344A

Color information

#72344A (or 0x72344A) is unknown color: approx Flirt. HEX triplet: 72, 34 and 4A. RGB value is (114,52,74). Sum of RGB (Red+Green+Blue) = 114+52+74=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #72344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72344A is #8DCBB5. Grayscale: #494949. Windows color (decimal): -9292726 or 4863090. OLE color: 4863090.

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

Color convert

RGB1145274-
CMYK00.540.350.55
HSL338.71º37.35%32.55%-
HSV(B)338.71º54.39%44.71%-
XYZ9.46.537.24-
YUV73.05128.54157.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.5%
GREEN value IS 52 (20.70% from 255) = 21.67%
BLUE value IS 74 (29.30% from 255) = 30.83%
R=47.5%
G=21.67%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114527400.540.350.55338.7137.3532.55
Hex72344A03623371532521
Octal1626411206643675234541
Binary111001011010010010100110110100011110111101010011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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