#733756

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

Shades of Flirt #733756

Tints of Flirt #733756

Color information

#733756 (or 0x733756) is unknown color: approx Flirt. HEX triplet: 73, 37 and 56. RGB value is (115,55,86). Sum of RGB (Red+Green+Blue) = 115+55+86=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 115 - color contains mainly: red. Hex color #733756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733756 is #8CC8A9. Grayscale: #4C4C4C. Windows color (decimal): -9226410 or 5650291. OLE color: 5650291.

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

Color convert

RGB1155586-
CMYK00.520.250.55
HSL329º35.29%33.33%-
HSV(B)329º52.17%45.1%-
XYZ10.127.059.63-
YUV76.47133.38155.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.92%
GREEN value IS 55 (21.88% from 255) = 21.48%
BLUE value IS 86 (33.98% from 255) = 33.59%
R=44.92%
G=21.48%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115558600.520.250.5532935.2933.33
Hex73375603419371492321
Octal1636712606431675114341
Binary11100111101111010110011010011001110111101001001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733756; }

 p { color: rgb(115,55,86); }

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

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

 a { background-color: rgb(115,55,86); }

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

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

 span { border-color: rgb(115,55,86); }

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