#72355B

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

Shades of Flirt #72355B

Tints of Flirt #72355B

Color information

#72355B (or 0x72355B) is unknown color: approx Flirt. HEX triplet: 72, 35 and 5B. RGB value is (114,53,91). Sum of RGB (Red+Green+Blue) = 114+53+91=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #72355B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72355B is #8DCAA4. Grayscale: #4B4B4B. Windows color (decimal): -9292453 or 5977458. OLE color: 5977458.

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

Color convert

RGB1145391-
CMYK00.540.200.55
HSL322.62º36.53%32.75%-
HSV(B)322.62º53.51%44.71%-
XYZ10.16.8810.69-
YUV75.57136.71155.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.19%
GREEN value IS 53 (21.09% from 255) = 20.54%
BLUE value IS 91 (35.94% from 255) = 35.27%
R=44.19%
G=20.54%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114539100.540.200.55322.6236.5332.75
Hex72355B03614371432521
Octal1626513306624675034541
Binary11100101101011011011011011010100110111101000011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72355B; }

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

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

<style>
 a { background-color: #72355B; }

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

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

<style>
 span { border-color: #72355B; }

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

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