#72394F

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

Shades of Flirt #72394F

Tints of Flirt #72394F

Color information

#72394F (or 0x72394F) is unknown color: approx Flirt. HEX triplet: 72, 39 and 4F. RGB value is (114,57,79). Sum of RGB (Red+Green+Blue) = 114+57+79=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #72394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72394F is #8DC6B0. Grayscale: #4C4C4C. Windows color (decimal): -9291441 or 5192050. OLE color: 5192050.

HSL color Cylindrical-coordinate representation of color #72394F: hue angle of 336.84º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72394F is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1145779-
CMYK00.500.310.55
HSL336.84º33.33%33.53%-
HSV(B)336.84º50%44.71%-
XYZ9.817.078.24-
YUV76.55129.38154.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.6%
GREEN value IS 57 (22.66% from 255) = 22.8%
BLUE value IS 79 (31.25% from 255) = 31.6%
R=45.6%
G=22.8%
B=31.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114577900.500.310.55336.8433.3333.53
Hex72394F0321F371512122
Octal1627111706237675214142
Binary11100101110011001111011001011111110111101010001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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