#72315A

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

Shades of Flirt #72315A

Tints of Flirt #72315A

Color information

#72315A (or 0x72315A) is unknown color: approx Flirt. HEX triplet: 72, 31 and 5A. RGB value is (114,49,90). Sum of RGB (Red+Green+Blue) = 114+49+90=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #72315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72315A is #8DCEA5. Grayscale: #494949. Windows color (decimal): -9293478 or 5910898. OLE color: 5910898.

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

Color convert

RGB1144990-
CMYK00.570.210.55
HSL322.15º39.88%31.96%-
HSV(B)322.15º57.02%44.71%-
XYZ9.886.5110.41-
YUV73.11137.53157.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.06%
GREEN value IS 49 (19.53% from 255) = 19.37%
BLUE value IS 90 (35.55% from 255) = 35.57%
R=45.06%
G=19.37%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114499000.570.210.55322.1539.8831.96
Hex72315A03915371422820
Octal1626113207125675025040
Binary11100101100011011010011100110101110111101000010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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