#72354C

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

Shades of Flirt #72354C

Tints of Flirt #72354C

Color information

#72354C (or 0x72354C) is unknown color: approx Flirt. HEX triplet: 72, 35 and 4C. RGB value is (114,53,76). Sum of RGB (Red+Green+Blue) = 114+53+76=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #72354C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72354C is #8DCAB3. Grayscale: #494949. Windows color (decimal): -9292468 or 4994418. OLE color: 4994418.

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

Color convert

RGB1145376-
CMYK00.540.330.55
HSL337.38º36.53%32.75%-
HSV(B)337.38º53.51%44.71%-
XYZ9.526.657.62-
YUV73.86129.21156.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.91%
GREEN value IS 53 (21.09% from 255) = 21.81%
BLUE value IS 76 (30.08% from 255) = 31.28%
R=46.91%
G=21.81%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114537600.540.330.55337.3836.5332.75
Hex72354C03621371512521
Octal1626511406641675214541
Binary111001011010110011000110110100001110111101010001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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