#72324E

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

Shades of Flirt #72324E

Tints of Flirt #72324E

Color information

#72324E (or 0x72324E) is unknown color: approx Flirt. HEX triplet: 72, 32 and 4E. RGB value is (114,50,78). Sum of RGB (Red+Green+Blue) = 114+50+78=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #72324E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72324E is #8DCDB1. Grayscale: #484848. Windows color (decimal): -9293234 or 5124722. OLE color: 5124722.

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

Color convert

RGB1145078-
CMYK00.560.320.55
HSL333.75º39.02%32.16%-
HSV(B)333.75º56.14%44.71%-
XYZ9.466.417.95-
YUV72.33131.2157.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.11%
GREEN value IS 50 (19.92% from 255) = 20.66%
BLUE value IS 78 (30.86% from 255) = 32.23%
R=47.11%
G=20.66%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114507800.560.320.55333.7539.0232.16
Hex72324E038203714e2720
Octal1626211607040675164740
Binary111001011001010011100111000100000110111101001110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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