#72374A

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

Shades of Flirt #72374A

Tints of Flirt #72374A

Color information

#72374A (or 0x72374A) is unknown color: approx Flirt. HEX triplet: 72, 37 and 4A. RGB value is (114,55,74). Sum of RGB (Red+Green+Blue) = 114+55+74=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #72374A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72374A is #8DC8B5. Grayscale: #4A4A4A. Windows color (decimal): -9291958 or 4863858. OLE color: 4863858.

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

Color convert

RGB1145574-
CMYK00.520.350.55
HSL340.68º34.91%33.14%-
HSV(B)340.68º51.75%44.71%-
XYZ9.546.87.29-
YUV74.81127.55155.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.91%
GREEN value IS 55 (21.88% from 255) = 22.63%
BLUE value IS 74 (29.30% from 255) = 30.45%
R=46.91%
G=22.63%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114557400.520.350.55340.6834.9133.14
Hex72374A03423371552321
Octal1626711206443675254341
Binary111001011011110010100110100100011110111101010101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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