#72354F

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

Shades of Flirt #72354F

Tints of Flirt #72354F

Color information

#72354F (or 0x72354F) is unknown color: approx Flirt. HEX triplet: 72, 35 and 4F. RGB value is (114,53,79). Sum of RGB (Red+Green+Blue) = 114+53+79=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #72354F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72354F is #8DCAB0. Grayscale: #4A4A4A. Windows color (decimal): -9292465 or 5191026. OLE color: 5191026.

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

Color convert

RGB1145379-
CMYK00.540.310.55
HSL334.43º36.53%32.75%-
HSV(B)334.43º53.51%44.71%-
XYZ9.626.698.18-
YUV74.2130.71156.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.34%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 79 (31.25% from 255) = 32.11%
R=46.34%
G=21.54%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114537900.540.310.55334.4336.5332.75
Hex72354F0361F3714e2521
Octal1626511706637675164541
Binary11100101101011001111011011011111110111101001110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72354F; }

 p { color: rgb(114,53,79); }

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

<style>
 a { background-color: #72354F; }

 a { background-color: rgb(114,53,79); }

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

<style>
 span { border-color: #72354F; }

 span { border-color: rgb(114,53,79); }

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