#73384F

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

Shades of Flirt #73384F

Tints of Flirt #73384F

Color information

#73384F (or 0x73384F) is unknown color: approx Flirt. HEX triplet: 73, 38 and 4F. RGB value is (115,56,79). Sum of RGB (Red+Green+Blue) = 115+56+79=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #73384F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73384F is #8CC7B0. Grayscale: #4C4C4C. Windows color (decimal): -9226161 or 5191795. OLE color: 5191795.

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

Color convert

RGB1155679-
CMYK00.510.310.55
HSL336.61º34.5%33.53%-
HSV(B)336.61º51.3%45.1%-
XYZ9.97.048.23-
YUV76.26129.55155.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46%
GREEN value IS 56 (22.27% from 255) = 22.4%
BLUE value IS 79 (31.25% from 255) = 31.6%
R=46%
G=22.4%
B=31.6%

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
Decimal115567900.510.310.55336.6134.533.53
Hex73384F0331F371512322
Octal1637011706337675214342
Binary11100111110001001111011001111111110111101010001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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