#72374C

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

Shades of Flirt #72374C

Tints of Flirt #72374C

Color information

#72374C (or 0x72374C) is unknown color: approx Flirt. HEX triplet: 72, 37 and 4C. RGB value is (114,55,76). Sum of RGB (Red+Green+Blue) = 114+55+76=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #72374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72374C is #8DC8B3. Grayscale: #4B4B4B. Windows color (decimal): -9291956 or 4994930. OLE color: 4994930.

HSL color Cylindrical-coordinate representation of color #72374C: hue angle of 338.64º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72374C is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB1145576-
CMYK00.520.330.55
HSL338.64º34.91%33.14%-
HSV(B)338.64º51.75%44.71%-
XYZ9.616.837.65-
YUV75.04128.55155.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.53%
GREEN value IS 55 (21.88% from 255) = 22.45%
BLUE value IS 76 (30.08% from 255) = 31.02%
R=46.53%
G=22.45%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114557600.520.330.55338.6434.9133.14
Hex72374C03421371532321
Octal1626711406441675234341
Binary111001011011110011000110100100001110111101010011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72374C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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