#72344E

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

Shades of Flirt #72344E

Tints of Flirt #72344E

Color information

#72344E (or 0x72344E) is unknown color: approx Flirt. HEX triplet: 72, 34 and 4E. RGB value is (114,52,78). Sum of RGB (Red+Green+Blue) = 114+52+78=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #72344E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72344E is #8DCBB1. Grayscale: #494949. Windows color (decimal): -9292722 or 5125234. OLE color: 5125234.

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

Color convert

RGB1145278-
CMYK00.540.320.55
HSL334.84º37.35%32.55%-
HSV(B)334.84º54.39%44.71%-
XYZ9.546.587.98-
YUV73.5130.54156.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.72%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=46.72%
G=21.31%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114527800.540.320.55334.8437.3532.55
Hex72344E036203714f2521
Octal1626411606640675174541
Binary111001011010010011100110110100000110111101001111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72344E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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