#72384F

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

Shades of Flirt #72384F

Tints of Flirt #72384F

Color information

#72384F (or 0x72384F) is unknown color: approx Flirt. HEX triplet: 72, 38 and 4F. RGB value is (114,56,79). Sum of RGB (Red+Green+Blue) = 114+56+79=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 114 - color contains mainly: red. Hex color #72384F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72384F is #8DC7B0. Grayscale: #4B4B4B. Windows color (decimal): -9291697 or 5191794. OLE color: 5191794.

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

Color convert

RGB1145679-
CMYK00.510.310.55
HSL336.21º34.12%33.33%-
HSV(B)336.21º50.88%44.71%-
XYZ9.766.978.23-
YUV75.96129.72155.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.78%
GREEN value IS 56 (22.27% from 255) = 22.49%
BLUE value IS 79 (31.25% from 255) = 31.73%
R=45.78%
G=22.49%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114567900.510.310.55336.2134.1233.33
Hex72384F0331F371502221
Octal1627011706337675204241
Binary11100101110001001111011001111111110111101010000100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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