#72314E

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

Shades of Flirt #72314E

Tints of Flirt #72314E

Color information

#72314E (or 0x72314E) is unknown color: approx Flirt. HEX triplet: 72, 31 and 4E. RGB value is (114,49,78). Sum of RGB (Red+Green+Blue) = 114+49+78=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #72314E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72314E is #8DCEB1. Grayscale: #474747. Windows color (decimal): -9293490 or 5124466. OLE color: 5124466.

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

Color convert

RGB1144978-
CMYK00.570.320.55
HSL333.23º39.88%31.96%-
HSV(B)333.23º57.02%44.71%-
XYZ9.416.327.93-
YUV71.74131.53158.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.30%
GREEN value IS 49 (19.53% from 255) = 20.33%
BLUE value IS 78 (30.86% from 255) = 32.37%
R=47.30%
G=20.33%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114497800.570.320.55333.2339.8831.96
Hex72314E039203714d2820
Octal1626111607140675155040
Binary111001011000110011100111001100000110111101001101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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